gplugin/gplugin

Prep for the new round of development
develop
2015-05-07, Gary Kramlich
a83eb13b7f95
Prep for the new round of development
--- a/CMakeLists.txt Thu May 07 21:46:29 2015 -0500
+++ b/CMakeLists.txt Thu May 07 21:47:05 2015 -0500
@@ -26,8 +26,8 @@
set(GPLUGIN_MAJOR_VERSION 0)
set(GPLUGIN_MINOR_VERSION 0)
-set(GPLUGIN_MICRO_VERSION 20)
-set(GPLUGIN_EXTRA_VERSION)
+set(GPLUGIN_MICRO_VERSION 21)
+set(GPLUGIN_EXTRA_VERSION dev)
set(GPLUGIN_VERSION ${GPLUGIN_MAJOR_VERSION}.${GPLUGIN_MINOR_VERSION}.${GPLUGIN_MICRO_VERSION}${GPLUGIN_EXTRA_VERSION})
--- a/ChangeLog Thu May 07 21:46:29 2015 -0500
+++ b/ChangeLog Thu May 07 21:47:05 2015 -0500
@@ -1,3 +1,6 @@
+0.0.21:
+ *
+
0.0.20: 2015/05/07
* Fixed the lua dependency checks for Fedora 20
* Fixed the build on cmake<3.0.0