We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2cc3a1 commit 1333814Copy full SHA for 1333814
divi/configure.ac
@@ -1,7 +1,7 @@
1
dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
2
AC_PREREQ([2.60])
3
define(_CLIENT_VERSION_MAJOR, 2)
4
-define(_CLIENT_VERSION_MINOR, 14)
+define(_CLIENT_VERSION_MINOR, 15)
5
define(_CLIENT_VERSION_REVISION, 0)
6
define(_CLIENT_VERSION_BUILD, 0)
7
define(_CLIENT_VERSION_IS_RELEASE, true)
divi/src/clientversion.h
@@ -11,7 +11,7 @@
11
#else
12
//! These need to be macros, as clientversion.cpp's and divi*-res.rc's voodoo requires it
13
#define CLIENT_VERSION_MAJOR 2
14
-#define CLIENT_VERSION_MINOR 14
+#define CLIENT_VERSION_MINOR 15
15
#define CLIENT_VERSION_REVISION 0
16
#define CLIENT_VERSION_BUILD 0
17
0 commit comments