diff options
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | packaging/mic.spec | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 1c7e366..f24f6f9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -mic (0.26~rc1) unstable; urgency=low +mic (0.26) unstable; urgency=low * add new arch MIPS support * add qcow2 image format support * add strict mode for package installing diff --git a/packaging/mic.spec b/packaging/mic.spec index 85c68e3..0d62f5e 100644 --- a/packaging/mic.spec +++ b/packaging/mic.spec @@ -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}. |