bump up to 0.24 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 5d6590ff615af1d38834d6a82b99c153d44ab1fc..1e1f6a9717e36dd8b21388aef75d9f37dfbee549 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 b65e32dfe8c7482ca3f95c582264e67cc1a4c291..ba4da888f663f8585d95d895060109aad1265d7d 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 1f79cca9431042ea1c2a3f3cefa823a7c9b41bcb..9902d7f05957a86eceeb4721b42f38fe26e02ed9 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}.