We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6138d52 commit 7d815c0Copy full SHA for 7d815c0
FTServer/src/main/webapp/_taghelper.jsp
@@ -94,7 +94,7 @@
94
}
95
96
public String version() {
97
- return "1.8";
+ return "1.8.5";
98
99
100
%>
FTServer/src/main/webapp/sub/about.jsp
@@ -14,7 +14,7 @@
14
<h1>FTServer</h1>
15
<h2>Full Text Search Server</h2>
16
<h3>Version : <%=version()%></h3>
17
- <h3>Build : Netbeans 8.2</h3>
+ <h3>Build : Netbeans 12</h3>
18
<h3>Free to Modify</h3>
19
<h5>Time: <%= new java.util.Date()%></h5>
20
0 commit comments