bump up to 0.24
authorGui Chen <gui.chen@intel.com>
Wed, 12 Mar 2014 02:19:11 +0000 (22:19 -0400)
committerGui Chen <gui.chen@intel.com>
Wed, 12 Mar 2014 02:19:11 +0000 (22:19 -0400)
Change-Id: I83e7b595fb6e0895d1c54569e30510d3a15192ea
Signed-off-by: Gui Chen <gui.chen@intel.com>
debian/changelog
mic/__init__.py
packaging/mic.spec

index 5d6590f..1e1f6a9 100644 (file)
@@ -1,4 +1,4 @@
-mic (0.24~rc1) unstable; urgency=low
+mic (0.24-1) unstable; urgency=low
    * enhance to handle password with special characters
    * change python-zypp require to python-zypp-tizen
    * add --repo comand option for local build
@@ -17,7 +17,7 @@ mic (0.24~rc1) unstable; urgency=low
 
  -- Gui Chen <gui.chen@intel.com>  Thu, 24 Oct 2013 17:25:35 +0800
 
-mic (0.23~rc1) unstable; urgency=low
+mic (0.23-1) unstable; urgency=low
    * new distribution support: Ubuntu 13.10 and OpenSUSE 13.1
    * split requirements to subpackage 'mic-native' to reduce mic's dependencies
    * support arm64 architecture image creation in native mode
index b65e32d..ba4da88 100644 (file)
@@ -16,7 +16,7 @@
 
 import os, sys
 
-__version__ = "0.23"
+__version__ = "0.24"
 
 cur_path = os.path.dirname(__file__) or '.'
 sys.path.insert(0, cur_path + '/3rdparty')
index 1f79cca..9902d7f 100644 (file)
@@ -1,6 +1,6 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
-%define rc_version 1
+%define rc_version 0
 
 %if 0%{?rc_version}
 %define release_prefix 0.rc%{rc_version}.