summaryrefslogtreecommitdiff
path: root/src/version.rc
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2013-12-07 16:07:28 +0100
committerTannin <devnull@localhost>2013-12-07 16:07:28 +0100
commitb32457a7d2af4aeb095308c7f358a7a398ad849e (patch)
tree5fb9e4805a1bd51d6512169651255ea57cc11a8f /src/version.rc
parenta0335d0a63ada3ad4ecb021476e46fa7fdcdbb7a (diff)
- minor text fixes
- versions without a subminor version are now displayed without it (1.1 instead of 1.1.0) - version compares now prefer the decimal comparison over the traditional
Diffstat (limited to 'src/version.rc')
-rw-r--r--src/version.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/version.rc b/src/version.rc
index ab144909..b91dce85 100644
--- a/src/version.rc
+++ b/src/version.rc
@@ -1,7 +1,7 @@
#include "Winver.h"
-#define VER_FILEVERSION 1,0,8,0
-#define VER_FILEVERSION_STR "1,0,8,0\0"
+#define VER_FILEVERSION 1,0,10,0
+#define VER_FILEVERSION_STR "1,0,10,0\0"
VS_VERSION_INFO VERSIONINFO
FILEVERSION VER_FILEVERSION