diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-07-30 17:27:46 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-07-30 17:27:46 +0000 |
commit | a128c0803fe5f6d2a8f1f2e146076a292a325bb7 (patch) | |
tree | 8dd5ecccfb87a708cc5d98cd346b5c313ab110e4 /configure.ac | |
parent | 2d0435ecc392344ce82c3e7ba98ad7901013f6aa (diff) | |
download | gst-plugins-bad-a128c0803fe5f6d2a8f1f2e146076a292a325bb7.tar.gz gst-plugins-bad-a128c0803fe5f6d2a8f1f2e146076a292a325bb7.tar.bz2 gst-plugins-bad-a128c0803fe5f6d2a8f1f2e146076a292a325bb7.zip |
bump nano for prerel
Original commit message from CVS:
bump nano for prerel
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index dfda2755..b16723ac 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, 2, 1, GST_CVS="no", GST_CVS="yes") +AS_VERSION(gst-plugins, GST_PLUGINS_VERSION, 0, 8, 2, 2, GST_CVS="no", GST_CVS="yes") AM_INIT_AUTOMAKE($PACKAGE,$VERSION) |