Make sure dll version matches tcn version
git-svn-id: https://svn.apache.org/repos/asf/tomcat/native/tags/TOMCAT_NATIVE_1_1_18@893132 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/native/os/win32/libtcnative.rc b/native/os/win32/libtcnative.rc
index 4eaf0e0..dc4d9bd 100644
--- a/native/os/win32/libtcnative.rc
+++ b/native/os/win32/libtcnative.rc
@@ -20,7 +20,7 @@
"See the License for the specific language governing " \
"permissions and limitations under the License."
-#define TCN_VERSION "1.1.16"
+#define TCN_VERSION "1.1.18"
1000 ICON "apache.ico"
1001 DIALOGEX 0, 0, 252, 51
@@ -36,8 +36,8 @@
END
1 VERSIONINFO
- FILEVERSION 1,1,16,0
- PRODUCTVERSION 1,1,16,0
+ FILEVERSION 1,1,18,0
+ PRODUCTVERSION 1,1,18,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L