gplugin/gplugin

Bump the version and set the date in the changelog
release/0.27
2016-04-18, Gary Kramlich
6cf3862ce564
Parents 4d59ddbce77b
Children 52b9d639448f
Bump the version and set the date in the changelog
--- a/CMakeLists.txt Mon Apr 18 22:29:58 2016 -0500
+++ b/CMakeLists.txt Mon Apr 18 22:31:26 2016 -0500
@@ -27,7 +27,7 @@
set(GPLUGIN_MAJOR_VERSION 0)
set(GPLUGIN_MINOR_VERSION 27)
set(GPLUGIN_MICRO_VERSION 0)
-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 Mon Apr 18 22:29:58 2016 -0500
+++ b/ChangeLog Mon Apr 18 22:31:26 2016 -0500
@@ -1,4 +1,4 @@
-0.27.0:
+0.27.0: 2016/04/18
* Bumped the glib requirement to 2.34.0
* Fix some error reporting with the native loader