qulogic/gplugin

d883ddced36d
flow: Merged '0.0.20' to ('develop').
--- a/CMakeLists.txt Thu May 07 21:41:50 2015 -0500
+++ b/CMakeLists.txt Thu May 07 21:46:29 2015 -0500
@@ -26,7 +26,7 @@
set(GPLUGIN_MAJOR_VERSION 0)
set(GPLUGIN_MINOR_VERSION 0)
-set(GPLUGIN_MICRO_VERSION 19)
+set(GPLUGIN_MICRO_VERSION 20)
set(GPLUGIN_EXTRA_VERSION)
set(GPLUGIN_VERSION ${GPLUGIN_MAJOR_VERSION}.${GPLUGIN_MINOR_VERSION}.${GPLUGIN_MICRO_VERSION}${GPLUGIN_EXTRA_VERSION})
--- a/ChangeLog Thu May 07 21:41:50 2015 -0500
+++ b/ChangeLog Thu May 07 21:46:29 2015 -0500
@@ -1,3 +1,7 @@
+0.0.20: 2015/05/07
+ * Fixed the lua dependency checks for Fedora 20
+ * Fixed the build on cmake<3.0.0
+
0.0.19: 2015/05/06
* Add debug packages to the Debian packaging
* Add libgplugin-loaders package to the Debian packaging