Skip to content

Commit 7d815c0

Browse files
committed
1.8.5
1 parent 6138d52 commit 7d815c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

FTServer/src/main/webapp/_taghelper.jsp

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
}
9595
9696
public String version() {
97-
return "1.8";
97+
return "1.8.5";
9898
}
9999
100100
%>

FTServer/src/main/webapp/sub/about.jsp

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<h1>FTServer</h1>
1515
<h2>Full Text Search Server</h2>
1616
<h3>Version : <%=version()%></h3>
17-
<h3>Build : Netbeans 8.2</h3>
17+
<h3>Build : Netbeans 12</h3>
1818
<h3>Free to Modify</h3>
1919
<h5>Time: <%= new java.util.Date()%></h5>
2020

0 commit comments

Comments
 (0)