Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2007-06-20 08:46:49 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2007-06-20 08:46:49 (GMT)
commit6db5f6225de7cb79b31043d3f7d197aa45fba672 (patch)
treeb3f042dcd859aa447755dd3d650b777047425425
parent0b3184b32ec287b0ff96de49e4827af4e2392e6c (diff)
Bump version
-rwxr-xr-xbuild-snapshot.sh2
-rw-r--r--configure.ac2
2 files changed, 1 insertions, 3 deletions
diff --git a/build-snapshot.sh b/build-snapshot.sh
index e2b4aea..be9edbf 100755
--- a/build-snapshot.sh
+++ b/build-snapshot.sh
@@ -7,5 +7,3 @@ rm sugar-datastore-$VERSION.tar.bz2
make distcheck
mv sugar-datastore-$VERSION.tar.bz2 $TARBALL
-scp $TARBALL mpg@devserv.devel.redhat.com:~
-rm $TARBALL
diff --git a/configure.ac b/configure.ac
index 44e2ed3..4824635 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([sugar-datastore],[0.2.1],[],[sugar-datastore])
+AC_INIT([sugar-datastore],[0.2.2],[],[sugar-datastore])
AC_PREREQ([2.59])