diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-01-30 23:39:14 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-01-30 23:39:14 +0000 |
commit | 353a63ed7bb4b7c96a1a135415b72393bb53399e (patch) | |
tree | 2ae2780f6051f8f8912aad296c6c1ab95dd41f38 | |
parent | f42e3ac8cc16208005b3a0b89317bfcb12779a7f (diff) |
prerelease
Original commit message from CVS:
prerelease
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ba2e86c3..cb7e41ee 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.1 +GST_VERSION=$GST_VERSION_MAJOR.$GST_VERSION_MINOR.$GST_VERSION_MICRO.2 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 |