diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-01-31 22:51:45 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-01-31 22:51:45 +0000 |
commit | 92e33c1481df6c302660b208f004b346c16631ad (patch) | |
tree | 7be52ea4d184522f1cddde9769f872dc83ff0b36 | |
parent | fd0a5b7a885cfde0bf787747372f7db7e578c67f (diff) | |
download | gst-plugins-bad-92e33c1481df6c302660b208f004b346c16631ad.tar.gz gst-plugins-bad-92e33c1481df6c302660b208f004b346c16631ad.tar.bz2 gst-plugins-bad-92e33c1481df6c302660b208f004b346c16631ad.zip |
upped prerelease number
Original commit message from CVS:
upped prerelease number
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a5eab3c6..7b6d7193 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,7 @@ GST_VERSION_MICRO=1 dnl we use a datestamped release tag and a fourth version ".1" number dnl during CVS development GST_VERSION_RELEASE=`date +%Y%m%d` -GST_VERSION=$GST_VERSION_MAJOR.$GST_VERSION_MINOR.$GST_VERSION_MICRO.2 +GST_VERSION=$GST_VERSION_MAJOR.$GST_VERSION_MINOR.$GST_VERSION_MICRO.3 dnl we use a normal release tag increased manually when releasing dnl GST_VERSION_RELEASE=1 dnl GST_VERSION=$GST_VERSION_MAJOR.$GST_VERSION_MINOR.$GST_VERSION_MICRO |