gplugin/gplugin

--- a/CMakeLists.txt Mon Jun 29 21:05:51 2015 -0500
+++ b/CMakeLists.txt Mon Jun 29 21:09:48 2015 -0500
@@ -26,8 +26,8 @@
set(GPLUGIN_MAJOR_VERSION 0)
set(GPLUGIN_MINOR_VERSION 0)
-set(GPLUGIN_MICRO_VERSION 21)
-set(GPLUGIN_EXTRA_VERSION)
+set(GPLUGIN_MICRO_VERSION 22)
+set(GPLUGIN_EXTRA_VERSION dev)
set(GPLUGIN_VERSION ${GPLUGIN_MAJOR_VERSION}.${GPLUGIN_MINOR_VERSION}.${GPLUGIN_MICRO_VERSION}${GPLUGIN_EXTRA_VERSION})
--- a/ChangeLog Mon Jun 29 21:05:51 2015 -0500
+++ b/ChangeLog Mon Jun 29 21:09:48 2015 -0500
@@ -1,3 +1,5 @@
+0.0.22:
+
0.0.21: 2015/06/29
* Use the GNUInstallDirs cmake module to install everything to the correct
locations. - Elliott Sales de Andrade