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 10:05:17 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2007-06-20 10:05:17 (GMT)
commitcd382ba5f9c48d462e1a9d8434f81cd58fdb1ad8 (patch)
treeabd9694a117023ea59590158193450070a791b79
parent7aec99a2ec9b97112c8067c796ea70b3c347e8f2 (diff)
Bump version
-rwxr-xr-xbuild-snapshot.py3
-rw-r--r--configure.ac2
2 files changed, 1 insertions, 4 deletions
diff --git a/build-snapshot.py b/build-snapshot.py
index db834c0..1c7f39c 100755
--- a/build-snapshot.py
+++ b/build-snapshot.py
@@ -44,6 +44,3 @@ tarball = '%s-%s-git%s.tar.bz2' % (name, version, alphatag)
os.spawnlp(os.P_WAIT, 'make', 'make', 'distcheck')
os.rename('%s-%s.tar.bz2' % (name, version), tarball)
-
-if os.environ.has_key('SNAPSHOT_DEST'):
- os.spawnlp(os.P_WAIT, 'scp', 'scp', tarball, os.environ['SNAPSHOT_DEST'])
diff --git a/configure.ac b/configure.ac
index c389ded..4a820f5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([Sugar],[0.64],[],[sugar])
+AC_INIT([Sugar],[0.65],[],[sugar])
AC_PREREQ([2.59])