From 365c155ee09c2573b6931e8816dc6fe61a441d5f Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 19 Dec 2008 00:37:20 +0000 Subject: Bump version number Bump version number to 0.3 Signed-off-by: Thomas White --- build.sh | 4 ++-- configure.ac | 3 +-- openmoocow.control | 3 +-- 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} - -- cgit v1.2.3