diff --git a/debian/changelog b/debian/changelog index 133bc849734..4cc5691525b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cloud (2.2.1) unstable; urgency=low + + * Bumping version number for next Cloud.com release + + -- Engineering Thu, 10 Feb 2011 17:49:44 -0700 + cloud (2.2.0) unstable; urgency=low * Bumping version number for next Cloud.com release diff --git a/wscript b/wscript index c435fb85886..598dd79f367 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ # the following two variables are used by the target "waf dist" # if you change 'em here, you need to change it also in cloud.spec, add a %changelog entry there, and add an entry in debian/changelog -VERSION = '2.2.0' +VERSION = '2.2.1' APPNAME = 'cloud' import shutil,os