summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuo Jinghua <sunmoon1997@gmail.com>2009-08-31 13:20:58 +0800
committerLuo Jinghua <sunmoon1997@gmail.com>2009-08-31 13:20:58 +0800
commit4f7214015cd22804bf0aa61039214746fb07bd24 (patch)
tree76ab0859abc5a07abfb62829f6c8be42c1ecad2e
parent5d523b0e72d9b968846f9eed90d8025d62c0b5d7 (diff)
postrelease: increase version number again
-rwxr-xr-xautoregen.sh2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/autoregen.sh b/autoregen.sh
index c67a299..59b804a 100755
--- a/autoregen.sh
+++ b/autoregen.sh
@@ -1,2 +1,2 @@
#!/bin/sh
-./autogen.sh $@
+./autogen.sh --prefix=/usr --libdir=/usr/lib64 $@
diff --git a/configure.ac b/configure.ac
index 0cba057..ee4a5dc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,7 @@ dnl and 2... for a prerelease
dnl when going to/from release please set the nano correctly !
dnl releases only do Wall, cvs and prerelease does Werror too
-AS_VERSION(gst-plugins-pps, GST_PPS_VERSION, 0, 0, 15, 1,
+AS_VERSION(gst-plugins-pps, GST_PPS_VERSION, 0, 0, 15, 2,
GST_PPS_CVS="no", GST_PPS_CVS="yes")
dnl AM_MAINTAINER_MODE provides the option to enable maintainer mode