diff options
author | Christian Schaller <uraeus@gnome.org> | 2002-01-07 23:32:36 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2002-01-07 23:32:36 +0000 |
commit | 3b737e6674a016532943af5571c237e71806d5e9 (patch) | |
tree | eb31868121347692138002a25777968308a6a9b1 /configure.ac | |
parent | c67cf73ea463e23de69231ae2d47cd9de06f6c99 (diff) | |
download | gst-plugins-bad-3b737e6674a016532943af5571c237e71806d5e9.tar.gz gst-plugins-bad-3b737e6674a016532943af5571c237e71806d5e9.tar.bz2 gst-plugins-bad-3b737e6674a016532943af5571c237e71806d5e9.zip |
updated to 0.3.1 for release
Original commit message from CVS:
updated to 0.3.1 for release
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index d98a7a76..9e93a15d 100644 --- a/configure.ac +++ b/configure.ac @@ -9,11 +9,11 @@ AM_CONFIG_HEADER(config.h) GST_VERSION_MAJOR=0 GST_VERSION_MINOR=3 -GST_VERSION_MICRO=02 +GST_VERSION_MICRO=1 dnl we use the release tag during CVS development -GST_VERSION_RELEASE=`date +%Y%m%d` - +# GST_VERSION_RELEASE=`date +%Y%m%d` +GST_VERSION_RELEASE=1 GST_VERSION=$GST_VERSION_MAJOR.$GST_VERSION_MINOR.$GST_VERSION_MICRO PACKAGE=gst-plugins |