gplugin/gplugin

Bump the versions for the next round of development
develop
2016-04-18, Gary Kramlich
92aa38cbd327
Parents 9e282bca71fc
Children e42ef4261aaa
Bump the versions for the next round of development
--- a/CMakeLists.txt Mon Apr 18 22:32:13 2016 -0500
+++ b/CMakeLists.txt Mon Apr 18 22:33:13 2016 -0500
@@ -25,9 +25,9 @@
project(gplugin C)
set(GPLUGIN_MAJOR_VERSION 0)
-set(GPLUGIN_MINOR_VERSION 27)
+set(GPLUGIN_MINOR_VERSION 28)
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 Mon Apr 18 22:32:13 2016 -0500
+++ b/ChangeLog Mon Apr 18 22:33:13 2016 -0500
@@ -1,3 +1,5 @@
+0.28.0:
+
0.27.0: 2016/04/18
* Bumped the glib requirement to 2.34.0
* Fix some error reporting with the native loader