gplugin/gplugin

Bump version for the next round of development
develop
2016-01-06, Gary Kramlich
44babc222683
Bump version for the next round of development
--- a/CMakeLists.txt Wed Jan 06 23:19:53 2016 -0600
+++ b/CMakeLists.txt Wed Jan 06 23:22:10 2016 -0600
@@ -26,8 +26,8 @@
set(GPLUGIN_MAJOR_VERSION 0)
set(GPLUGIN_MINOR_VERSION 0)
-set(GPLUGIN_MICRO_VERSION 23)
-set(GPLUGIN_EXTRA_VERSION)
+set(GPLUGIN_MICRO_VERSION 24)
+set(GPLUGIN_EXTRA_VERSION dev)
set(GPLUGIN_VERSION ${GPLUGIN_MAJOR_VERSION}.${GPLUGIN_MINOR_VERSION}.${GPLUGIN_MICRO_VERSION}${GPLUGIN_EXTRA_VERSION})
--- a/ChangeLog Wed Jan 06 23:19:53 2016 -0600
+++ b/ChangeLog Wed Jan 06 23:22:10 2016 -0600
@@ -1,3 +1,5 @@
+0.0.24:
+
0.0.23: 2016/01/06
* Made the moonscript tests option work
* Added Debian.md to explain how to use the Debian repository