mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 21:48:55 +00:00
back to HEAD
Original commit message from CVS: back to HEAD
This commit is contained in:
parent
2b3f876d7c
commit
b9e012c606
3 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2005-10-24 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
|
* configure.ac:
|
||||||
|
* docs/upload.mak:
|
||||||
|
back to HEAD
|
||||||
|
|
||||||
=== release 0.9.4 ===
|
=== release 0.9.4 ===
|
||||||
|
|
||||||
2005-10-24 Thomas Vander Stichele <thomas at apestaart dot org>
|
2005-10-24 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
|
@ -12,7 +12,7 @@ AM_MAINTAINER_MODE
|
||||||
|
|
||||||
dnl when going to/from release please set the nano (fourth number) right !
|
dnl when going to/from release please set the nano (fourth number) right !
|
||||||
dnl releases only do Wall, cvs and prerelease does Werror too
|
dnl releases only do Wall, cvs and prerelease does Werror too
|
||||||
AS_VERSION(gst-plugins-good, GST_PLUGINS_GOOD_VERSION, 0, 9, 4, 0,
|
AS_VERSION(gst-plugins-good, GST_PLUGINS_GOOD_VERSION, 0, 9, 4, 1,
|
||||||
GST_CVS="no", GST_CVS="yes")
|
GST_CVS="no", GST_CVS="yes")
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
|
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
|
||||||
|
|
|
@ -16,6 +16,7 @@
|
||||||
DOC_SERVER=freedesktop.org
|
DOC_SERVER=freedesktop.org
|
||||||
DOC_BASE=/srv/gstreamer.freedesktop.org/www/data/doc
|
DOC_BASE=/srv/gstreamer.freedesktop.org/www/data/doc
|
||||||
DOC_URL=$(DOC_SERVER):$(DOC_BASE)
|
DOC_URL=$(DOC_SERVER):$(DOC_BASE)
|
||||||
|
GST_VERSION_NANO = $(GST_PLUGINS_GOOD_VERSION_NANO)
|
||||||
|
|
||||||
|
|
||||||
upload: $(FORMATS)
|
upload: $(FORMATS)
|
||||||
|
|
Loading…
Reference in a new issue