diff options
author | Luo Jinghua <sunmoon1997@gmail.com> | 2009-09-10 18:56:15 +0800 |
---|---|---|
committer | Luo Jinghua <sunmoon1997@gmail.com> | 2009-09-10 18:56:15 +0800 |
commit | 038ad35b1f976c377e534b98c269ef65b227e493 (patch) | |
tree | 2d59d8e526870ae2c93096ef606f17216a12b1f0 | |
parent | c39fdc4fe5fcdbd1dea924b77bd4030f17b922aa (diff) |
release: increase version number to 0.0.17.110.0.17.11
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index dc80adb..c3514fb 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], 10) +m4_define([gst_pps_nano], 11) 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)]) |