summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2002-11-27 22:35:34 +0000
committerBastien Nocera <hadess@src.gnome.org>2002-11-27 22:35:34 +0000
commit7709e9f3f9f868a18c0d6457c41e95e72cdf4c66 (patch)
treec23dd3824e3c1b4679301750d1dd093c549a70e0
parent44c0b857db9c58ed58f5bb9c0a1de4eda06ef1dc (diff)
downloadtotem-V_0_12_1.tar.gz
0.12.1V_0_12_1
2002-11-27 Bastien Nocera <hadess@hadess.net> * configure.in: 0.12.1
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 48506d19e..593640b0b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2002-11-27 Bastien Nocera <hadess@hadess.net>
+ * configure.in: 0.12.1
+
+2002-11-27 Bastien Nocera <hadess@hadess.net>
+
* src/gtk-xine.c: (gtk_xine_get_mrls): use DVD as the DVD plugin
identifier, not NAV anymore
* src/totem.c: (totem_action_open_files): not dvd:// anymore, but
diff --git a/configure.in b/configure.in
index 999323cc0..3692f412f 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
AC_PREREQ(2.52)
-AC_INIT(totem, 0.12.0, http://bugzilla.gnome.org/enter_bug.cgi?product=totem)
+AC_INIT(totem, 0.12.1, http://bugzilla.gnome.org/enter_bug.cgi?product=totem)
AC_CONFIG_SRCDIR(src/totem.c)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
AM_CONFIG_HEADER(config.h)