gplugin/gplugin

Bump the versions for the next round of development
develop
2016-03-03, Gary Kramlich
72f6c0ce756d
Bump the versions for the next round of development
--- a/CMakeLists.txt Thu Mar 03 22:12:01 2016 -0600
+++ b/CMakeLists.txt Thu Mar 03 22:15:04 2016 -0600
@@ -25,9 +25,9 @@
project(gplugin C)
set(GPLUGIN_MAJOR_VERSION 0)
-set(GPLUGIN_MINOR_VERSION 26)
+set(GPLUGIN_MINOR_VERSION 27)
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 Thu Mar 03 22:12:01 2016 -0600
+++ b/ChangeLog Thu Mar 03 22:15:04 2016 -0600
@@ -1,3 +1,5 @@
+0.27.0:
+
0.26.0: 2016/03/03
* Added a load-failed signal which is emitted when a plugin fails to load
* Removed pre glib 2.32.0 code