gplugin/gplugin

bumping versions for the next round of development
develop
2015-06-30, Gary Kramlich
307728b2f727
bumping versions for the next round of development
--- a/CMakeLists.txt Tue Jun 30 20:23:18 2015 -0500
+++ b/CMakeLists.txt Tue Jun 30 20:25:15 2015 -0500
@@ -26,8 +26,8 @@
set(GPLUGIN_MAJOR_VERSION 0)
set(GPLUGIN_MINOR_VERSION 0)
-set(GPLUGIN_MICRO_VERSION 22)
-set(GPLUGIN_EXTRA_VERSION)
+set(GPLUGIN_MICRO_VERSION 23)
+set(GPLUGIN_EXTRA_VERSION dev)
set(GPLUGIN_VERSION ${GPLUGIN_MAJOR_VERSION}.${GPLUGIN_MINOR_VERSION}.${GPLUGIN_MICRO_VERSION}${GPLUGIN_EXTRA_VERSION})
--- a/ChangeLog Tue Jun 30 20:23:18 2015 -0500
+++ b/ChangeLog Tue Jun 30 20:25:15 2015 -0500
@@ -1,3 +1,5 @@
+0.0.23:
+
0.0.22: 2015/06/30
* Made the moonscripts tests not interfer with the lua tests unless they're
explicitly turned on