diff options
| author | Tannin <devnull@localhost> | 2013-09-28 21:13:57 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2013-09-28 21:13:57 +0200 |
| commit | 47293827bbd92ce227e5188c10b66deb9f85d5bf (patch) | |
| tree | c8e9f34dc3105a3e73b41f8b2fb58d58439b06e0 /src/version.rc | |
| parent | 0a3169b808cf2b84ae7c77fd6cb0a7b0aa9a8df3 (diff) | |
- download progress is now visible in task bar
- esp-tooltip now lists all masters, highlighting the missing ones
- python plugin will now report a problem if the path contains a semicolon
- leak detection now (somewaht) works around the fact that we don't always get a stack trace
- bugfix: mod meta-file is now reliably created if it was missing
- bugfix: parser for nxm-links didn't handle numbers in the mod name
- bugfix: small memory leak
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 16e006cf..16669011 100644 --- a/src/version.rc +++ b/src/version.rc @@ -1,7 +1,7 @@ #include "Winver.h"
-#define VER_FILEVERSION 1,0,2,0
-#define VER_FILEVERSION_STR "1,0,2,0\0"
+#define VER_FILEVERSION 1,0,4,0
+#define VER_FILEVERSION_STR "1,0,4,0\0"
VS_VERSION_INFO VERSIONINFO
FILEVERSION VER_FILEVERSION
|
