gplugin/gplugin

Bump the version for the next round of development
develop
2016-01-28, Gary Kramlich
f90a9a122382
Parents a13a5779daf7
Children bb48dc10725b
Bump the version for the next round of development
--- a/CMakeLists.txt Thu Jan 28 22:53:41 2016 -0600
+++ b/CMakeLists.txt Thu Jan 28 23:16:33 2016 -0600
@@ -25,9 +25,9 @@
project(gplugin C)
set(GPLUGIN_MAJOR_VERSION 0)
-set(GPLUGIN_MINOR_VERSION 24)
-set(GPLUGIN_MICRO_VERSION 1)
-set(GPLUGIN_EXTRA_VERSION)
+set(GPLUGIN_MINOR_VERSION 25)
+set(GPLUGIN_MICRO_VERSION 0)
+set(GPLUGIN_EXTRA_VERSION dev)
set(GPLUGIN_VERSION ${GPLUGIN_MAJOR_VERSION}.${GPLUGIN_MINOR_VERSION}.${GPLUGIN_MICRO_VERSION}${GPLUGIN_EXTRA_VERSION})
--- a/ChangeLog Thu Jan 28 22:53:41 2016 -0600
+++ b/ChangeLog Thu Jan 28 23:16:33 2016 -0600
@@ -1,3 +1,5 @@
+0.25.0:
+
0.24.1: 2016/01/28
* Fixed the version numbering finally
* Updated the version in CMakeLists.txt