summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-10-25 15:49:56 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-10-25 15:49:56 +0000
commitce39a447edc15758519a03d972a218d7cb526292 (patch)
tree15c11e1b94ed5c168bf6ec25d343071c465e6bf7
parentd3763bfd40f5c28f6fc3d34439cf128a30d57ac2 (diff)
configure.ac: Dev mode.BRANCH-GSTREAMER-0_8
Original commit message from CVS: * configure.ac: Dev mode.
-rw-r--r--ChangeLog7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e5b728f..f8116b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2005-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
+ * configure.ac:
+ Dev mode.
+
+=== release 0.8.7 ===
+
+2005-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
+
* NEWS:
* RELEASE:
* configure.ac:
diff --git a/configure.ac b/configure.ac
index c528b3f..27d2ecc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,7 @@ AM_MAINTAINER_MODE
dnl when going to/from release please set the nano (fourth number) right !
dnl releases only do Wall, cvs and prerelease does Werror too
-AS_VERSION(gst-ffmpeg, GST_FFMPEG_VERSION, 0, 8, 7, 0, GST_CVS="no", GST_CVS="yes")
+AS_VERSION(gst-ffmpeg, GST_FFMPEG_VERSION, 0, 8, 7, 1, GST_CVS="no", GST_CVS="yes")
dnl we cheat here so we don't have to change the actual configure code bit
GST_PLUGINS_VERSION_NANO=$GST_FFMPEG_VERSION_NANO