From 3fc867d22e896b58f371b37a5452f99ca3a3941f Mon Sep 17 00:00:00 2001 From: Kevin Kluge Date: Thu, 10 Feb 2011 19:14:09 -0800 Subject: [PATCH] set 2.2.1 version --- debian/changelog | 6 ++++++ wscript | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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