summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcarlosg <carlosg>2003-10-13 01:44:07 +0000
committercarlosg <carlosg>2003-10-13 01:44:07 +0000
commite3ac39cea717edbb37ee5284bac128586b860bbe (patch)
treea7cfb8e73d8406449b1b42d0c89f097535d0d24d
parent126913fdd4c7ba908f6a16757896445d3a364c8b (diff)
2003-10-13 Carlos Garnacho Parro <garnacho@tuxerver.net>GST_0_28_0
* configure.in, backends/configure.in: new version is 0.28 :-P
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index c12d686..55015d1 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@ AC_PREREQ(2.52)
dnl ==============================================================
dnl Process this file with autoconf to produce a configure script.
dnl ==============================================================
-AC_INIT(system-tools-backends,0.27.0, http://bugzilla.gnome.org/enter_bug.cgi?product=GNOME%20System%20Tools)
+AC_INIT(system-tools-backends,0.28.0, http://bugzilla.gnome.org/enter_bug.cgi?product=GNOME%20System%20Tools)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
dnl ==============================================================