summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRadek Novacek <rnovacek@redhat.com>2013-07-31 12:32:52 +0200
committerRadek Novacek <rnovacek@redhat.com>2013-07-31 12:32:52 +0200
commitaafddbcdb05c12e8e738d9bfd0a359d71818dce7 (patch)
tree8e8ebfa8f4b3d65570615a4061c53ccc7841e5b1
parent4f83c4a54fc53d6f4dbb7e2ba53fc3af8a55aadd (diff)
downloadopenlmi-providers-0.1.0.tar.gz
openlmi-providers-0.1.0.tar.xz
openlmi-providers-0.1.0.zip
Bump version to 0.1.00.1.0
-rw-r--r--CMakeLists.txt4
-rw-r--r--openlmi-providers.spec7
2 files changed, 7 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index cb4ea5e..f150e4c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2,8 +2,8 @@
project(openlmi-providers C)
set(OPENLMI_VERSION_MAJOR 0)
-set(OPENLMI_VERSION_MINOR 0)
-set(OPENLMI_VERSION_REVISION 25)
+set(OPENLMI_VERSION_MINOR 1)
+set(OPENLMI_VERSION_REVISION 0)
set(OPENLMI_VERSION "${OPENLMI_VERSION_MAJOR}.${OPENLMI_VERSION_MINOR}.${OPENLMI_VERSION_REVISION}")
cmake_minimum_required(VERSION 2.6)
diff --git a/openlmi-providers.spec b/openlmi-providers.spec
index 92f29f9..7c105a9 100644
--- a/openlmi-providers.spec
+++ b/openlmi-providers.spec
@@ -1,6 +1,6 @@
Name: openlmi-providers
-Version: 0.0.25
-Release: 11%{?dist}
+Version: 0.1.0
+Release: 1%{?dist}
Summary: Set of basic CIM providers
License: LGPLv2+
@@ -733,6 +733,9 @@ if [ "$1" -eq 0 ]; then
fi
%changelog
+* Wed Jul 31 2013 Radek Novacek <rnovacek@redhat.com> 0.1.0-1
+- Version 0.1.0
+
* Tue Jul 30 2013 Michal Minar <miminar@redhat.com> 0.0.25-11
- python subpackage split into python-base and python-providers