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 798941a..597861b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -mic (0.24.1~rc1) unstable; urgency=low +mic (0.24.1) unstable; urgency=low * fix logfile incompleted issue * fix md5sum to be compatible with utility md5sum diff --git a/packaging/mic.spec b/packaging/mic.spec index aa9dca6..31b3496 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}. |