Skip to content

Commit 1333814

Browse files
committed
Update version
1 parent c2cc3a1 commit 1333814

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

divi/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
22
AC_PREREQ([2.60])
33
define(_CLIENT_VERSION_MAJOR, 2)
4-
define(_CLIENT_VERSION_MINOR, 14)
4+
define(_CLIENT_VERSION_MINOR, 15)
55
define(_CLIENT_VERSION_REVISION, 0)
66
define(_CLIENT_VERSION_BUILD, 0)
77
define(_CLIENT_VERSION_IS_RELEASE, true)

divi/src/clientversion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#else
1212
//! These need to be macros, as clientversion.cpp's and divi*-res.rc's voodoo requires it
1313
#define CLIENT_VERSION_MAJOR 2
14-
#define CLIENT_VERSION_MINOR 14
14+
#define CLIENT_VERSION_MINOR 15
1515
#define CLIENT_VERSION_REVISION 0
1616
#define CLIENT_VERSION_BUILD 0
1717

0 commit comments

Comments
 (0)