diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-01-04 11:22:04 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-01-04 11:22:04 +0000 |
commit | b4c13c896eec688e46d716ac44040d40453c4c70 (patch) | |
tree | 31a816c013399f898ada1a2ce0b75ef210a7d2cd | |
parent | dbeee80b2c55ba9cfd12eda49bca7da9c99c007b (diff) | |
download | gst-plugins-bad-b4c13c896eec688e46d716ac44040d40453c4c70.tar.gz gst-plugins-bad-b4c13c896eec688e46d716ac44040d40453c4c70.tar.bz2 gst-plugins-bad-b4c13c896eec688e46d716ac44040d40453c4c70.zip |
try 2
Original commit message from CVS:
try 2
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 77b574df..a7d8f1dc 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ AM_MAINTAINER_MODE dnl when going to/from release please set the nano (fourth number) right ! dnl releases only do Wall, cvs and prerelease does Werror too -AS_VERSION(gst-plugins, GST_PLUGINS_VERSION, 0, 8, 6, 2, GST_CVS="no", GST_CVS="yes") +AS_VERSION(gst-plugins, GST_PLUGINS_VERSION, 0, 8, 6, 3, GST_CVS="no", GST_CVS="yes") AM_INIT_AUTOMAKE($PACKAGE,$VERSION) |