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 | 81640a2e2e5118bad15af17bbbae9fd9fadd3428 (patch) | |
tree | fbf861b189db24d5585122aeaa8db3a2763a017a /configure.ac | |
parent | 8f5c3007680389d1bde04995915e2b5a6d6a6854 (diff) |
upped prerelease number
Original commit message from CVS:
upped prerelease number
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 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 |