diff --git a/NEWS b/NEWS index e4bb4d3..65857a0 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ ============================================================ -Cpuset 1.5.5 Pre-release (XXX, 2010) +Cpuset 1.5.5 (August 3, 2010) http://code.google.com/p/cpuset http://download.opensuse.org/repositories/home:/tsariounov:/cpuset/ diff --git a/cpuset.spec b/cpuset.spec index 20d05a3..2c83474 100644 --- a/cpuset.spec +++ b/cpuset.spec @@ -16,7 +16,7 @@ # norootforbuild Name: cpuset -Version: 1.5.4.2 +Version: 1.5.5 Release: 1 License: GPL v2 only BuildRoot: %{_tmppath}/%{name}-%{version}-build diff --git a/cpuset/version.py b/cpuset/version.py index 967df83..8078766 100644 --- a/cpuset/version.py +++ b/cpuset/version.py @@ -16,4 +16,4 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA """ -version = '1.5.4.2' +version = '1.5.5'