diff os2/dw.c @ 1160:924c8087a755

Attempt to use the subversion revision number as the sub version number.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 16 Sep 2011 06:39:56 +0000
parents f86f556ff29d
children 5d3c1b0686ce
line wrap: on
line diff
--- a/os2/dw.c	Thu Sep 15 21:28:23 2011 +0000
+++ b/os2/dw.c	Fri Sep 16 06:39:56 2011 +0000
@@ -9659,7 +9659,11 @@
    strcpy(env->buildTime, __TIME__);
    env->DWMajorVersion = DW_MAJOR_VERSION;
    env->DWMinorVersion = DW_MINOR_VERSION;
+#ifdef VER_REV
+   env->DWSubVersion = VER_REV;
+#else
    env->DWSubVersion = DW_SUB_VERSION;
+#endif
 }
 
 /* The next few functions are support functions for the OS/2 folder browser */