diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2013-09-24 15:05:16 +0200 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2013-09-24 15:05:16 +0200 |
commit | ab56b964623e897ff9d84bf04d137bc65617a8a3 (patch) | |
tree | bf032b0c5016c1c7b502cf66c93b8c31bf3cd987 /configure.ac | |
parent | 3217defa6933d93cc8ca0e991f8a1716bb68a076 (diff) |
configure: Actually use 1.3.0.1 as version to make configure happy
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 f1f03bbba..6f4e3bf6c 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl initialize autoconf dnl when going to/from release please set the nano (fourth number) right ! dnl releases only do Wall, git and prerelease does Werror too dnl -AC_INIT([GStreamer],[1.3.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gstreamer]) +AC_INIT([GStreamer],[1.3.0.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gstreamer]) AG_GST_INIT dnl initialize automake (we require GNU make) |