summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index bc933cf..46816a8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.52])
-AC_INIT([gst-openmax], m4_esyscmd([build-aux/git-version-gen]),
+AC_INIT([gst-openmax], [0.10.1.1],
[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer&component=gst-openmax])
AC_CONFIG_AUX_DIR([build-aux])
@@ -36,6 +36,8 @@ AC_CONFIG_MACRO_DIR([m4])
dnl initialize GStreamer macros
AG_GST_INIT
+AS_VERSION
+
dnl check if this is a release version
AS_NANO(GST_GIT="no", GST_GIT="yes")