summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuo Jinghua <sunmoon1997@gmail.com>2009-08-29 12:24:05 +0800
committerLuo Jinghua <sunmoon1997@gmail.com>2009-08-29 12:24:05 +0800
commit668ee9173e54d96ac0fc77abf3039a10ccc2f4be (patch)
tree7023448cd3a00b801cdf498507123ab171098641
parent83eba74a9a337bce015c97d020015e4669789325 (diff)
release: increase version number to 0.0.40.0.4
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 4dd48bd..c150e1f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,12 +7,12 @@ GST_REQUIRED=0.10.0
GSTPB_REQUIRED=0.10.0
dnl fill in your package name and version here
-dnl the fourth (nano) number should be 0 for a release, 1 for CVS,
+dnl the fourth (nano) number should be 0 for a release, 1 for git HEAD,
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, 3, 0,
+AS_VERSION(gst-plugins-pps, GST_PPS_VERSION, 0, 0, 4, 0,
GST_PPS_CVS="no", GST_PPS_CVS="yes")
dnl AM_MAINTAINER_MODE provides the option to enable maintainer mode