diff options
| author | LePresidente <brian.alexander.munro@gmail.com> | 2017-12-26 11:53:29 +0200 |
|---|---|---|
| committer | LePresidente <brian.alexander.munro@gmail.com> | 2017-12-26 11:53:29 +0200 |
| commit | 35e0bc22856c8f29e3c29ec27bd7c3c5a882197f (patch) | |
| tree | 04a6338d76e7b2e9e9010cf36d8d9e67e617a075 /src/version.rc | |
| parent | 2ea23c41299fa22b0ade479d7e8451bccff4278e (diff) | |
Disable BSA Conflict Checking.
Version Bump to 2.1.0.1 (Once off using the 4th point do to change being so minor) Next version will be 2.1.1
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 9de492f6..f81b9543 100644 --- a/src/version.rc +++ b/src/version.rc @@ -1,7 +1,7 @@ #include "Winver.h"
-#define VER_FILEVERSION 2,1,0
-#define VER_FILEVERSION_STR "2.1.0\0"
+#define VER_FILEVERSION 2,1,0,1
+#define VER_FILEVERSION_STR "2.1.0.1\0"
VS_VERSION_INFO VERSIONINFO
FILEVERSION VER_FILEVERSION
|
