diff options
| author | Tannin <devnull@localhost> | 2013-09-02 19:22:40 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2013-09-02 19:22:40 +0200 |
| commit | 72f14df8a774bc3c21082441d711c67e72ecb83d (patch) | |
| tree | ac102b94c5d0cb7e13821222989a620b3c2aa7c9 /src/version.rc | |
| parent | 0fa7155eb831dbc16fe0609f83c2755bb2b5dc24 (diff) | |
- bugfix: "overwrite" is no longer a localizable string, at least for now, because some pieces of code rely on the name
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 80ee070f..e3761731 100644 --- a/src/version.rc +++ b/src/version.rc @@ -1,7 +1,7 @@ #include "Winver.h"
-#define VER_FILEVERSION 0,99,4,0
-#define VER_FILEVERSION_STR "0,99,4,0\0"
+#define VER_FILEVERSION 0,99,5,0
+#define VER_FILEVERSION_STR "0,99,5,0\0"
VS_VERSION_INFO VERSIONINFO
FILEVERSION VER_FILEVERSION
|
