diff options
| author | Tannin <devnull@localhost> | 2014-01-14 21:16:36 +0100 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2014-01-14 21:16:36 +0100 |
| commit | 6ed82866b07414e91dfe0c47ee5f580bfd4fe479 (patch) | |
| tree | 0b9fa043236d95ea821ab8e43bf641beeda701dc /src/version.rc | |
| parent | a083a2d3b6506ab95d3b18ab0ffa7751750e0249 (diff) | |
- moved code for file previews to plugins
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 83c59d21..1beee814 100644 --- a/src/version.rc +++ b/src/version.rc @@ -1,7 +1,7 @@ #include "Winver.h"
-#define VER_FILEVERSION 1,0,13,0
-#define VER_FILEVERSION_STR "1,0,13,0\0"
+#define VER_FILEVERSION 1,1,0,0
+#define VER_FILEVERSION_STR "1,1,0,0\0"
VS_VERSION_INFO VERSIONINFO
FILEVERSION VER_FILEVERSION
|
