diff options
| author | Tannin <devnull@localhost> | 2015-03-18 19:41:46 +0100 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2015-03-18 19:41:46 +0100 |
| commit | c6758e47c875ffb0fccdd1a4e478f6a9593dc657 (patch) | |
| tree | 5d3331b4d431d4e0c42fc9625b2b72a53a4756b4 /src/version.rc | |
| parent | 4a99cfe6ad0d5e68f0a8f6e1057babb7494a8c2d (diff) | |
minor stuff (slight changes to the visual style, code refactorings, version increment)
Diffstat (limited to 'src/version.rc')
| -rw-r--r-- | src/version.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/version.rc b/src/version.rc index d6fe2f85..9e6492f5 100644 --- a/src/version.rc +++ b/src/version.rc @@ -1,7 +1,7 @@ #include "Winver.h"
-#define VER_FILEVERSION 1,3,1,0
-#define VER_FILEVERSION_STR "1,3,1,0\0"
+#define VER_FILEVERSION 1,3,2,0
+#define VER_FILEVERSION_STR "1,3,2,0\0"
VS_VERSION_INFO VERSIONINFO
FILEVERSION VER_FILEVERSION
|
