diff options
author | George Hazan <george.hazan@gmail.com> | 2024-05-07 12:59:46 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-05-07 12:59:46 +0300 |
commit | a5dee9d892a8d7c56657842c1e7a4ca742dc41b5 (patch) | |
tree | dc78f3a176f32fe99f183d3069afc189995c5865 /plugins/NewStory | |
parent | 4ab93d52285bf072cea05ceac5333a1587c9980b (diff) |
MsgExport: fix for writing data about offline files + export-related code finally moved to the separate file
Diffstat (limited to 'plugins/NewStory')
-rw-r--r-- | plugins/NewStory/src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewStory/src/version.h b/plugins/NewStory/src/version.h index 65765375a9..7d9f500c7e 100644 --- a/plugins/NewStory/src/version.h +++ b/plugins/NewStory/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 2
#define __RELEASE_NUM 0
-#define __BUILD_NUM 1
+#define __BUILD_NUM 2
#include <stdver.h>
|