2.1.98 for regression testing
diff --git a/cloud.spec b/cloud.spec
index 00065cc..1e010c9 100644
--- a/cloud.spec
+++ b/cloud.spec
@@ -4,7 +4,7 @@
 # DISABLE the post-percentinstall java repacking and line number stripping
 # we need to find a way to just disable the java repacking and line number stripping, but not the autodeps
 
-%define _ver 2.1.97
+%define _ver 2.1.98
 %define _rel 1
 
 Name:      cloud
diff --git a/debian/changelog b/debian/changelog
index 24e4900..3d67128 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-cloud (2.1.97) unstable; urgency=low
+cloud (2.1.98) unstable; urgency=low
 
   * Bumping version number for next Cloud.com release
 
diff --git a/wscript b/wscript
index 84dd09e..b61137f 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.1.97'
+VERSION = '2.1.98'
 APPNAME = 'cloud'
 
 import shutil,os