Skip to content
This repository was archived by the owner on May 22, 2019. It is now read-only.

Commit f203dfe

Browse files
committed
Bump Version
1 parent cce2122 commit f203dfe

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/abstract_ext.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
2828
#include "spdlog/spdlog.h"
2929

3030

31-
#define EXTDB_VERSION "69"
31+
#define EXTDB_VERSION "70"
3232
#define EXTDB_CONF_VERSION 5
3333

3434

src/dll-debug.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
#define PRODUCT_NAME_STR "extDB2 Debug"
44
#define PRODUCT_DESCRIPTION "Arma Kitchen Sink Extension"
5-
#define VER_VERSION 69,0,0,0
6-
#define VER_VERSION_STR "69.0.0.0"
5+
#define VER_VERSION 70,0,0,0
6+
#define VER_VERSION_STR "70.0.0.0"
77

88
VS_VERSION_INFO VERSIONINFO
99
FILEVERSION VER_VERSION

src/dll.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
#define PRODUCT_NAME_STR "extDB2"
44
#define PRODUCT_DESCRIPTION "Arma Kitchen Sink Extension"
5-
#define VER_VERSION 69,0,0,0
6-
#define VER_VERSION_STR "69.0.0.0"
5+
#define VER_VERSION 70,0,0,0
6+
#define VER_VERSION_STR "70.0.0.0"
77

88
VS_VERSION_INFO VERSIONINFO
99
FILEVERSION VER_VERSION

0 commit comments

Comments
 (0)