From ba89cdd2e97b9b8d4f54eb8cd9b11480c97c2d04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 22 Nov 2010 13:27:15 +0000 Subject: [PATCH] 0.10.19.5 pre-release --- .gitignore | 2 ++ configure.ac | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 188ff63422..0bb2d2e23c 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,5 @@ gst-libs log m4/* + +/gst/__init__.py diff --git a/configure.ac b/configure.ac index 2bf0d8a1d0..dedb4ac380 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.60) dnl initialize autoconf dnl when going to/from release please set the nano (fourth number) right ! dnl releases only do Wall, cvs and prerelease does Werror too -AC_INIT(GStreamer Python Bindings, 0.10.19.4, +AC_INIT(GStreamer Python Bindings, 0.10.19.5, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gst-python)