gplugin/gplugin

1e8b7ec1d678
flow: Merged '0.0.22' to ('develop').
--- a/CMakeLists.txt Tue Jun 30 20:05:11 2015 -0500
+++ b/CMakeLists.txt Tue Jun 30 20:23:18 2015 -0500
@@ -27,7 +27,7 @@
set(GPLUGIN_MAJOR_VERSION 0)
set(GPLUGIN_MINOR_VERSION 0)
set(GPLUGIN_MICRO_VERSION 22)
-set(GPLUGIN_EXTRA_VERSION dev)
+set(GPLUGIN_EXTRA_VERSION)
set(GPLUGIN_VERSION ${GPLUGIN_MAJOR_VERSION}.${GPLUGIN_MINOR_VERSION}.${GPLUGIN_MICRO_VERSION}${GPLUGIN_EXTRA_VERSION})
--- a/ChangeLog Tue Jun 30 20:05:11 2015 -0500
+++ b/ChangeLog Tue Jun 30 20:23:18 2015 -0500
@@ -1,4 +1,4 @@
-0.0.22:
+0.0.22: 2015/06/30
* Made the moonscripts tests not interfer with the lua tests unless they're
explicitly turned on
* Set the -ggdb cflag if we're being compiled by gcc