gplugin/gplugin

Update everything for the next round of development
develop
2016-02-06, Gary Kramlich
1af50c6d60fd
Parents 9898e1499b5a
Children e57951c25e7c
Update everything for the next round of development
--- a/CMakeLists.txt Sat Feb 06 20:30:48 2016 -0600
+++ b/CMakeLists.txt Sat Feb 06 20:33:25 2016 -0600
@@ -25,9 +25,9 @@
project(gplugin C)
set(GPLUGIN_MAJOR_VERSION 0)
-set(GPLUGIN_MINOR_VERSION 25)
+set(GPLUGIN_MINOR_VERSION 26)
set(GPLUGIN_MICRO_VERSION 0)
-set(GPLUGIN_EXTRA_VERSION)
+set(GPLUGIN_EXTRA_VERSION dev)
set(GPLUGIN_VERSION ${GPLUGIN_MAJOR_VERSION}.${GPLUGIN_MINOR_VERSION}.${GPLUGIN_MICRO_VERSION}${GPLUGIN_EXTRA_VERSION})
--- a/ChangeLog Sat Feb 06 20:30:48 2016 -0600
+++ b/ChangeLog Sat Feb 06 20:33:25 2016 -0600
@@ -1,3 +1,5 @@
+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.