Displaying 1 result from an estimated 1 matches for "088cbd3".
2007 Dec 17
0
3 commits - configure.ac
...ERSION | sed 's/[0-9]\.[0-9]\.[0-9][0-9]*\.*//')]
if test x"$nano" = x1 ; then
commit 67ec80453714e5be9927c298a277f677178a0612
Author: Benjamin Otte <otte at gnome.org>
Date: Mon Dec 17 21:20:23 2007 +0100
release 0.5.5
diff --git a/configure.ac b/configure.ac
index 088cbd3..302478c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.58])
-AC_INIT(swfdec,0.5.4.1)
+AC_INIT(swfdec,0.5.5)
[nano=$(echo $PACKAGE_VERSION | sed 's/[0-9]\.[0-9]\.[0-9][0-9]*\.*//')]
if test x"$nano" = x1 ; then
commit a78d26d663339446cc6bec5b5eeee94...