gplugin/gplugin

Bump the version and set the date in the changelog
release/0.25
2016-02-06, Gary Kramlich
5c59eca6fd53
Parents 60f9e8be8764
Children c48ff983437a
Bump the version and set the date in the changelog
--- a/CMakeLists.txt Sat Feb 06 20:29:19 2016 -0600
+++ b/CMakeLists.txt Sat Feb 06 20:29:31 2016 -0600
@@ -27,7 +27,7 @@
set(GPLUGIN_MAJOR_VERSION 0)
set(GPLUGIN_MINOR_VERSION 25)
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 Sat Feb 06 20:29:19 2016 -0600
+++ b/ChangeLog Sat Feb 06 20:29:31 2016 -0600
@@ -1,4 +1,4 @@
-0.25.0:
+0.25.0: 2016/02/06
* Fix a regression where the GIR file did not have a predictable name.
* Fix the glib requirement. It was set at 2.20, but we require 2.32.