diff options
author | George Hazan <george.hazan@gmail.com> | 2023-09-26 09:57:47 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-09-26 09:57:47 +0300 |
commit | 82228dfaa3f7c387ff1f42e1698c4d68fe8e1335 (patch) | |
tree | 5c233e4463465cc795db6e722f17709e80a5d74d /plugins | |
parent | 5017c16a40fec1dfb507a2cdc09bc588c324661e (diff) |
version bump
Diffstat (limited to 'plugins')
-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 9c11127072..2d6e561e22 100644 --- a/plugins/NewStory/src/version.h +++ b/plugins/NewStory/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 1
#define __RELEASE_NUM 0
-#define __BUILD_NUM 3
+#define __BUILD_NUM 4
#include <stdver.h>
|