diff options
author | Luo Jinghua <sunmoon1997@gmail.com> | 2009-08-29 12:24:05 +0800 |
---|---|---|
committer | Luo Jinghua <sunmoon1997@gmail.com> | 2009-08-29 12:24:05 +0800 |
commit | 668ee9173e54d96ac0fc77abf3039a10ccc2f4be (patch) | |
tree | 7023448cd3a00b801cdf498507123ab171098641 | |
parent | 83eba74a9a337bce015c97d020015e4669789325 (diff) |
release: increase version number to 0.0.40.0.4
-rw-r--r-- | configure.ac | 4 |
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 |