aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw27@cam.ac.uk>2008-12-19 00:37:20 +0000
committerThomas White <taw27@cam.ac.uk>2008-12-19 00:37:20 +0000
commit365c155ee09c2573b6931e8816dc6fe61a441d5f (patch)
tree1f9c11b9c09a31a7e942452daac4b2f36519a1f9
parenta1eaaf9abc872adc2485a2d93c653ee5c9ae3276 (diff)
Bump version number
Bump version number to 0.3 Signed-off-by: Thomas White <taw27@cam.ac.uk>
-rwxr-xr-xbuild.sh4
-rw-r--r--configure.ac3
-rw-r--r--openmoocow.control3
3 files changed, 4 insertions, 6 deletions
diff --git a/build.sh b/build.sh
index b369a71..776983f 100755
--- a/build.sh
+++ b/build.sh
@@ -1,5 +1,5 @@
#!/bin/sh
om-make-ipkg . openmoocow.control
-scp openmoocow_0.2_armv4t.ipk root@192.168.0.202:~
-ssh root@192.168.0.202 opkg install openmoocow_0.2_armv4t.ipk
+scp openmoocow_0.3_armv4t.ipk root@192.168.0.202:~
+ssh root@192.168.0.202 opkg install openmoocow_0.3_armv4t.ipk
diff --git a/configure.ac b/configure.ac
index 7757518..c32bce9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(openmoocow, 0.2.0, taw27@srcf.ucam.org)
+AC_INIT(openmoocow, 0.3.0, taw27@srcf.ucam.org)
VERSION=AC_PACKAGE_VERSION
AM_CONFIG_HEADER(config.h)
@@ -44,4 +44,3 @@ CFLAGS="$CFLAGS $GTK_CFLAGS $LIBSDL_CFLAGS"
LIBS="$LIBS $GTK_LIBS $LIBSDL_LIBS -lgthread-2.0"
AC_OUTPUT(Makefile src/Makefile data/Makefile)
-
diff --git a/openmoocow.control b/openmoocow.control
index 71af5d8..37cf4f2 100644
--- a/openmoocow.control
+++ b/openmoocow.control
@@ -1,5 +1,5 @@
Package: openmoocow
-Version: 0.2
+Version: 0.3
Description: Moo box simulator
Section: openmoko/applications
Priority: optional
@@ -8,4 +8,3 @@ Architecture: armv4t
Homepage: http://www.srcf.ucam.org/~taw27/
Depends: libsdl-1.2-0 (>= 1.0.0), gtk+ (>= 2.0.0), libgthread-2.0-0 (>= 2.0.0) | libglib-2.0-0 (<= 2.16.1-r4)
Source: ${SRC}
-