diff options
author | Luo Jinghua <sunmoon1997@gmail.com> | 2009-09-20 21:04:49 +0800 |
---|---|---|
committer | Luo Jinghua <sunmoon1997@gmail.com> | 2009-09-20 21:04:49 +0800 |
commit | c1f7c67e321fe81964c8de487a63a36de826be8e (patch) | |
tree | 2d96d77b4cb8573a2f8b79e5decd36559a192686 | |
parent | 621b0df62787e49dafbc78c1d90e19631dd77ba5 (diff) |
release: 0.0.17.13 release0.0.17.13
-rwxr-xr-x | autogen.sh | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ DIE=0 package=gst-plugins-pps -srcfile=src/main.c +srcfile=src/gstppssrc.c # autogen.sh helper functions (copied from GStreamer's common/ CVS module) if test ! -f ./gst-autogen.sh; diff --git a/configure.ac b/configure.ac index ca6b57d..c5a78b4 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ m4_define([gst_pps_major], 0) m4_define([gst_pps_minor], 0) m4_define([gst_pps_micro], 17) -m4_define([gst_pps_nano], 12) +m4_define([gst_pps_nano], 13) m4_if(gst_pps_nano, 0, [m4_define(gst_pps_version, gst_pps_major.gst_pps_minor.gst_pps_micro)], [m4_define(gst_pps_version, gst_pps_major.gst_pps_minor.gst_pps_micro.gst_pps_nano)]) |