diff --git a/NEWS b/NEWS
index b51c1e72be..194fc90564 100644
--- a/NEWS
+++ b/NEWS
@@ -1,51 +1,6 @@
-This is GStreamer Good Plug-ins 0.11.92 "Money"
+This is GStreamer Good Plugins 1.0.0
-New features in 0.11.92:
+New features in 1.0.0:
* Parallel installability with 0.10.x series
- * API cleanup and minor API improvements
- * Lots of bugfixes, cleanup and other improvements
-
-New features in 0.11.91:
-
- * Ported flx, dv1394, oss and oss4 plugins
- * Lots of bugfixes and other improvements
-
-New features in 0.11.90:
-
- * Lots of bugfixes, cleanup and other improvements
- * The interleave/deinterleave plugin was ported to 0.11
-
-New features in 0.11.2:
-
- * Many cleanups
- * Ported to new 0.11 core API changes
- * flacenc: various fixes
- * gdkpixbuf: port to 0.11
- * wavpack: port to 0.11
- * rtpbin: many fixes
- * qtdemux: use PTS and DTS
- * imagefreeze: port to 0.11
- * qtdemux: negotiate allocators
-
-Bugs fixed in this release
-
- * 670623 : [0.11] flacenc not working
- * 628773 : [0.11] rtp -- match properties and caps fields
- * 658357 : [0.11] pulse: build fails with recent pulseaudio
- * 662615 : [0.11] build failure due to printf format compiler warnings on OSX 64 bit
- * 667085 : [0.11] dcaparse: uses uninitialized variable
- * 669607 : [0.11] directsoundsink: Fix compiling
- * 669612 : [0.11] waveformsink: Port to 0.11
- * 669643 : [0.11] interleave port
- * 670320 : gst-plugins-good 0.11.1 fails to build due to missing gstsmokedec.h
- * 671534 : [0.11] qtmux: cover art tag is GstSample now
- * 670303 : [0.11] Can't access " rms " , " peak " and " decay " keys from GstLevel bus message trough PyGI
-
-New features in 0.11.1:
-
- * Many cleanups
- * Ported to new 0.11 core API changes
- * v4l2 major improvements
- * Ported network elements to GIO
-
+ * See release notes for more details
diff --git a/RELEASE b/RELEASE
index 7d64fd028b..85d66b7de4 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,115 +1,180 @@
+Release notes for GStreamer Good Plugins 1.0.0
-Release notes for GStreamer Good Plug-ins 0.11.92 "Money"
-
+The GStreamer project is pleased to announce the very first release of the
+new API and ABI-stable 1.x series of the GStreamer multimedia framework.
+The 1.x series is a stable series targeted at end users. It is not API or ABI
+compatible with the 0.10.x series. It can, however, be installed in parallel
+with the 0.10.x series and will not affect an existing 0.10.x installation.
-The GStreamer team is proud to announce a new release
-in the 0.11.x unstable series of the
-GStreamer Good Plug-ins.
+Major improvements include: more flexible memory handling; extensible and
+negotiable metadata for buffers; caps negotiation and renegotiation mechanisms,
+decoupled from buffer allocation; improved caps renegotiation; automatic
+re-sending of state for dynamic pipelines; reworked and more fine-grained pad
+probing; simpler and more descriptive audio and video caps; more efficient
+allocation of buffers, events and other mini objects; improved timestamp
+handling; support for gobject-inspection-based language bindings; countless
+other improvements.
+Most of these changes involve the GStreamer plugin API. The application API
+has changed comparatively little, and most applications should be fairly easy
+to port to the new API. There is a porting guide available.
+The GStreamer team would like to thank everyone who helped bring this release
+about, whether by submitting patches, reporting bugs, testing, sponsoring
+development, attending hackfests, or simply supplying moral support.
-The 0.11.x series is an unstable series targeted at developers and will
-eventually lead up to the stable 1.0 series.
-It is not API or ABI compatible with the stable 0.10.x series.
-It is, however, parallel installable with the 0.10.x series.
+This is the end of a long development process, but also the beginning of
+one. This release does not mark the pinnacle of perfection, but the point
+where the team is content with the API and stability and quality of the code
+base in general, especially compared to the old 0.10 series.
+There will be bugs to fix, and starting from this release there will be
+distinct bug-fixing and feature development cycles, with the goal of getting
+bug-fixes out quicker and unencumbered by other more risky changes. See
+ http://gstreamer.freedesktop.org/wiki/ReleasePlanning/RoadMap
+
+for a tentative road map and possible schedule.
+
+=== Module
"Such ingratitude. After all the times I've saved your life."
-
-A collection of plug-ins you'd want to have right next to you on the
-battlefield. Shooting sharp and making no mistakes, these plug-ins have it
-all: good looks, good code, and good licensing. Documented and dressed up
-in tests. If you're looking for a role model to base your own plug-in on,
+A collection of plugins you'd want to have right next to you on the
+battlefield. Shooting sharp and making no mistakes, these plugins have it
+all: good looks, good code, and good licensing. Documented and dressed up
+in tests. If you're looking for a role model to base your own plugin on,
here it is.
-
If you find a plot hole or a badly lip-synced line of code in them,
let us know - it is a matter of honour for us to ensure Blondie doesn't look
like he's been walking 100 miles through the desert without water.
+This module contains a set of plugins that we consider to have good quality
+code, correct functionality, our preferred license (LGPL for the plugin code,
+LGPL or LGPL-compatible for the supporting library).
+
+We believe distributors can safely ship these plugins.
-This module contains a set of plug-ins that we consider to have good quality
- code, correct functionality, our preferred license (LGPL for the plug-in
- code, LGPL or LGPL-compatible for the supporting library).
-We believe distributors can safely ship these plug-ins.
People writing elements should base their code on these elements.
+Other modules containing plugins are:
-Other modules containing plug-ins are:
+ gst-plugins-base : a basic set of well-supported plugins
+ gst-plugins-ugly : a set of well-supported plugins, but might pose problems
+ for distributors
+ gst-plugins-bad : a set of less supported plugins that haven't passed the
+ rigorous quality testing we expect
+ gst-libav : a set of codecs plugins based on libav (formerly gst-ffmpeg)
+==== Download
-gst-plugins-base
-contains a basic set of well-supported plug-ins
-gst-plugins-ugly
-contains a set of well-supported plug-ins, but might pose problems for
- distributors
-gst-plugins-bad
-contains a set of less supported plug-ins that haven't passed the
- rigorous quality testing we expect
+You can find source releases of gstreamer in the download directory:
+ http://gstreamer.freedesktop.org/src/gstreamer/
-
-
-
-Features of this release
-
- * Parallel installability with 0.10.x series
- * API cleanup and minor API improvements
- * Lots of bugfixes, cleanup and other improvements
-There were no bugs fixed in this release
-
-
-Download
-
-You can find source releases of gst-plugins-good in the download directory:
-http://gstreamer.freedesktop.org/src/gst-plugins-good/
-
-GStreamer Homepage
+==== GStreamer Homepage
More details can be found on the project's website:
-http://gstreamer.freedesktop.org/
-Support and Bugs
+ http://gstreamer.freedesktop.org/
+
+==== Support and Bugs
We use GNOME's bugzilla for bug reports and feature requests:
-http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer
-Developers
+ http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer
+ or
+ http://gstreamer.freedesktop.org/bugs/
-GStreamer is stored in Git, hosted at git.freedesktop.org, and can be cloned from there.
-Interested developers of the core library, plug-ins, and applications should
-subscribe to the gstreamer-devel list. If there is sufficient interest we
-will create more lists as necessary.
+==== Developers
-
-Applications
-
-Contributors to this release
-
- * Alessandro Decina
- * Andoni Morales Alastruey
- * Anton Novikov
- * Edward Hervey
- * Jens Georg
- * Jonas Holmberg
- * Josep Torra
- * Luis de Bethencourt
- * Maria Giovanna Chiossa
- * Mark Nauwelaerts
- * Matej Knopp
- * Mathias Hasselmann
- * Michael Jones
- * Mohammed Sameer
- * Sebastian Dröge
- * Sebastian Rasmussen
- * Sjoerd Simons
- * Sreerenj Balachandran
- * Thiago Santos
- * Tim-Philipp Müller
- * Vincent Penquerc'h
- * Wim Taymans
- * Youness Alaoui
-
\ No newline at end of file
+GStreamer is stored in Git, hosted at git.freedesktop.org, and can be
+cloned from there. Interested developers of the core library, plugins, and
+applications should subscribe to the gstreamer-devel list and/or pop into
+our #gstreamer IRC channel on Freenode.
+
+==== Contributors to this release
+
+ Alban Browaeys
+ Aleix Conchillo Flaque
+ Alessandro Decina
+ Alexander Saprykin
+ Alexey Fisher
+ Andoni Morales Alastruey
+ Andrej Gelenberg
+ Antoine Tremblay
+ Anton Belka
+ Anton Novikov
+ Arun Raghavan
+ Bastien Nocera
+ Branko Subasic
+ Chris Pankow
+ Christian Fredrik Kalager Schaller
+ Daniela
+ David Corvoysier
+ David Schleef
+ Dominique Leuenberger
+ Edward Hervey
+ Gary Ching-Pang Lin
+ Hans de Goede
+ Havard Graff
+ Huacai Chen
+ idc-dragon
+ Jan Schmidt
+ Javier Jardón
+ Jayakrishnan M
+ Jens Georg
+ John Ogness
+ Jonas Holmberg
+ Josep Torra
+ Leo Singer
+ Luis de Bethencourt
+ Marc Leeman
+ Maria Giovanna Chiossa
+ Mark Nauwelaerts
+ Martin Ertsaas
+ Mart Raudsepp
+ Matej Knopp
+ Mathias Hasselmann
+ Matthias Clasen
+ Michael Jones
+ Michael Rubinstein
+ Michael Smith
+ Mohammed Sameer
+ Nicola Murino
+ Nicolas Dufresne
+ Oleksij Rempel (Alexey Fisher)
+ Olivier Crête
+ Pascal Buhler
+ Patricia Muscalu
+ Peteris Krisjanis
+ Peter Seiderer
+ Philip Jägenstedt
+ Philippe Normand
+ Raimo Järvi
+ Ralph Giles
+ René Stadler
+ Reynaldo H. Verdejo Pinochet
+ Robert Swain
+ Ross Burton
+ Sebastian Dröge
+ Sebastian Rasmussen
+ Sjoerd Simons
+ Sreerenj Balachandran
+ Stefan Sauer
+ Stig Sandnes
+ Thiago Santos
+ Thomas Vander Stichele
+ Tim-Philipp Müller
+ Tuukka Pasanen
+ uraeus
+ Víctor Manuel Jáquez Leal
+ Vincent Penquerc'h
+ Vincent Untz
+ Wim Taymans
+ Xavi Artigas
+ Yaakov Selkowitz
+ Youness Alaoui
+ Руслан Ижбулатов
diff --git a/configure.ac b/configure.ac
index 61257e7104..1c066da5c5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
dnl initialize autoconf
dnl releases only do -Wall, git and prerelease does -Werror too
dnl use a three digit version number for releases, and four for git/pre
-AC_INIT(GStreamer Good Plug-ins, 0.11.99,
+AC_INIT(GStreamer Good Plug-ins, 1.0.0,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-plugins-good)
@@ -48,8 +48,8 @@ AG_GST_LIBTOOL_PREPARE
AS_LIBTOOL(GST, 0, 0, 0)
dnl *** required versions of GStreamer stuff ***
-GST_REQ=0.11.99
-GSTPB_REQ=0.11.99
+GST_REQ=1.0.0
+GSTPB_REQ=1.0.0
dnl *** autotools stuff ****
diff --git a/docs/plugins/inspect/plugin-1394.xml b/docs/plugins/inspect/plugin-1394.xml
index b4d1f53d35..63c27f3a5f 100644
--- a/docs/plugins/inspect/plugin-1394.xml
+++ b/docs/plugins/inspect/plugin-1394.xml
@@ -3,7 +3,7 @@
Source for video data via IEEE1394 interface../../ext/raw1394/.libs/libgst1394.solibgst1394.so
- 0.11.99
+ 1.0.0LGPLgst-plugins-goodGStreamer Good Plug-ins source release
diff --git a/docs/plugins/inspect/plugin-aasink.xml b/docs/plugins/inspect/plugin-aasink.xml
index 2754c9207d..d3cd58fb63 100644
--- a/docs/plugins/inspect/plugin-aasink.xml
+++ b/docs/plugins/inspect/plugin-aasink.xml
@@ -3,7 +3,7 @@
ASCII Art video sink../../ext/aalib/.libs/libgstaasink.solibgstaasink.so
- 0.11.99
+ 1.0.0LGPLgst-plugins-goodGStreamer Good Plug-ins source release
diff --git a/docs/plugins/inspect/plugin-alaw.xml b/docs/plugins/inspect/plugin-alaw.xml
index 2225794e24..32b877c8d2 100644
--- a/docs/plugins/inspect/plugin-alaw.xml
+++ b/docs/plugins/inspect/plugin-alaw.xml
@@ -3,7 +3,7 @@
ALaw audio conversion routines../../gst/law/.libs/libgstalaw.solibgstalaw.so
- 0.11.99
+ 1.0.0LGPLgst-plugins-goodGStreamer Good Plug-ins source release
diff --git a/docs/plugins/inspect/plugin-alpha.xml b/docs/plugins/inspect/plugin-alpha.xml
index da073d3ae8..554ee6ddc3 100644
--- a/docs/plugins/inspect/plugin-alpha.xml
+++ b/docs/plugins/inspect/plugin-alpha.xml
@@ -3,7 +3,7 @@
adds an alpha channel to video - constant or via chroma-keying../../gst/alpha/.libs/libgstalpha.solibgstalpha.so
- 0.11.99
+ 1.0.0LGPLgst-plugins-goodGStreamer Good Plug-ins source release
diff --git a/docs/plugins/inspect/plugin-alphacolor.xml b/docs/plugins/inspect/plugin-alphacolor.xml
index d19b86a1b7..4916c66b30 100644
--- a/docs/plugins/inspect/plugin-alphacolor.xml
+++ b/docs/plugins/inspect/plugin-alphacolor.xml
@@ -3,7 +3,7 @@
RGBA from/to AYUV colorspace conversion preserving the alpha channel../../gst/alpha/.libs/libgstalphacolor.solibgstalphacolor.so
- 0.11.99
+ 1.0.0LGPLgst-plugins-goodGStreamer Good Plug-ins source release
diff --git a/docs/plugins/inspect/plugin-apetag.xml b/docs/plugins/inspect/plugin-apetag.xml
index 0cb22963b9..41d5904388 100644
--- a/docs/plugins/inspect/plugin-apetag.xml
+++ b/docs/plugins/inspect/plugin-apetag.xml
@@ -3,7 +3,7 @@
APEv1/2 tag reader../../gst/apetag/.libs/libgstapetag.solibgstapetag.so
- 0.11.99
+ 1.0.0LGPLgst-plugins-goodGStreamer Good Plug-ins source release
diff --git a/docs/plugins/inspect/plugin-audiofx.xml b/docs/plugins/inspect/plugin-audiofx.xml
index 123ecdcf58..c6b18b6387 100644
--- a/docs/plugins/inspect/plugin-audiofx.xml
+++ b/docs/plugins/inspect/plugin-audiofx.xml
@@ -3,7 +3,7 @@
Audio effects plugin../../gst/audiofx/.libs/libgstaudiofx.solibgstaudiofx.so
- 0.11.99
+ 1.0.0LGPLgst-plugins-goodGStreamer Good Plug-ins source release
diff --git a/docs/plugins/inspect/plugin-audioparsers.xml b/docs/plugins/inspect/plugin-audioparsers.xml
index c9da1dddcb..031736d1cf 100644
--- a/docs/plugins/inspect/plugin-audioparsers.xml
+++ b/docs/plugins/inspect/plugin-audioparsers.xml
@@ -3,7 +3,7 @@
Parsers for various audio formats../../gst/audioparsers/.libs/libgstaudioparsers.solibgstaudioparsers.so
- 0.11.99
+ 1.0.0LGPLgst-plugins-goodGStreamer Good Plug-ins source release
diff --git a/docs/plugins/inspect/plugin-auparse.xml b/docs/plugins/inspect/plugin-auparse.xml
index fd99733b57..44a33c4b19 100644
--- a/docs/plugins/inspect/plugin-auparse.xml
+++ b/docs/plugins/inspect/plugin-auparse.xml
@@ -3,7 +3,7 @@
parses au streams../../gst/auparse/.libs/libgstauparse.solibgstauparse.so
- 0.11.99
+ 1.0.0LGPLgst-plugins-goodGStreamer Good Plug-ins source release
diff --git a/docs/plugins/inspect/plugin-autodetect.xml b/docs/plugins/inspect/plugin-autodetect.xml
index 6242930aa9..20baf5851a 100644
--- a/docs/plugins/inspect/plugin-autodetect.xml
+++ b/docs/plugins/inspect/plugin-autodetect.xml
@@ -3,7 +3,7 @@
Plugin contains auto-detection plugins for video/audio in- and outputs../../gst/autodetect/.libs/libgstautodetect.solibgstautodetect.so
- 0.11.99
+ 1.0.0LGPLgst-plugins-goodGStreamer Good Plug-ins source release
diff --git a/docs/plugins/inspect/plugin-avi.xml b/docs/plugins/inspect/plugin-avi.xml
index 2caba1f3a9..97097d78f0 100644
--- a/docs/plugins/inspect/plugin-avi.xml
+++ b/docs/plugins/inspect/plugin-avi.xml
@@ -3,7 +3,7 @@
AVI stream handling../../gst/avi/.libs/libgstavi.solibgstavi.so
- 0.11.99
+ 1.0.0LGPLgst-plugins-goodGStreamer Good Plug-ins source release
diff --git a/docs/plugins/inspect/plugin-cacasink.xml b/docs/plugins/inspect/plugin-cacasink.xml
index 071d45ff4a..523bec2ba3 100644
--- a/docs/plugins/inspect/plugin-cacasink.xml
+++ b/docs/plugins/inspect/plugin-cacasink.xml
@@ -3,7 +3,7 @@
Colored ASCII Art video sink../../ext/libcaca/.libs/libgstcacasink.solibgstcacasink.so
- 0.11.99
+ 1.0.0LGPLgst-plugins-goodGStreamer Good Plug-ins source release
diff --git a/docs/plugins/inspect/plugin-cutter.xml b/docs/plugins/inspect/plugin-cutter.xml
index 97cea6c5aa..974de3c3a2 100644
--- a/docs/plugins/inspect/plugin-cutter.xml
+++ b/docs/plugins/inspect/plugin-cutter.xml
@@ -3,7 +3,7 @@
Audio Cutter to split audio into non-silent bits../../gst/cutter/.libs/libgstcutter.solibgstcutter.so
- 0.11.99
+ 1.0.0LGPLgst-plugins-goodGStreamer Good Plug-ins source release
diff --git a/docs/plugins/inspect/plugin-debug.xml b/docs/plugins/inspect/plugin-debug.xml
index 1667eb7247..749529c21f 100644
--- a/docs/plugins/inspect/plugin-debug.xml
+++ b/docs/plugins/inspect/plugin-debug.xml
@@ -3,7 +3,7 @@
elements for testing and debugging../../gst/debugutils/.libs/libgstdebug.solibgstdebug.so
- 0.11.99
+ 1.0.0LGPLgst-plugins-goodGStreamer Good Plug-ins source release
diff --git a/docs/plugins/inspect/plugin-deinterlace.xml b/docs/plugins/inspect/plugin-deinterlace.xml
index 66df1469a4..dbd59fed34 100644
--- a/docs/plugins/inspect/plugin-deinterlace.xml
+++ b/docs/plugins/inspect/plugin-deinterlace.xml
@@ -3,7 +3,7 @@
Deinterlacer../../gst/deinterlace/.libs/libgstdeinterlace.solibgstdeinterlace.so
- 0.11.99
+ 1.0.0LGPLgst-plugins-goodGStreamer Good Plug-ins source release
diff --git a/docs/plugins/inspect/plugin-dv.xml b/docs/plugins/inspect/plugin-dv.xml
index 0b9bfb7c40..c2bb967237 100644
--- a/docs/plugins/inspect/plugin-dv.xml
+++ b/docs/plugins/inspect/plugin-dv.xml
@@ -3,7 +3,7 @@
DV demuxer and decoder based on libdv (libdv.sf.net)../../ext/dv/.libs/libgstdv.solibgstdv.so
- 0.11.99
+ 1.0.0LGPLgst-plugins-goodGStreamer Good Plug-ins source release
diff --git a/docs/plugins/inspect/plugin-effectv.xml b/docs/plugins/inspect/plugin-effectv.xml
index bc0a1db998..c4549962df 100644
--- a/docs/plugins/inspect/plugin-effectv.xml
+++ b/docs/plugins/inspect/plugin-effectv.xml
@@ -3,7 +3,7 @@
effect plugins from the effectv project../../gst/effectv/.libs/libgsteffectv.solibgsteffectv.so
- 0.11.99
+ 1.0.0LGPLgst-plugins-goodGStreamer Good Plug-ins source release
diff --git a/docs/plugins/inspect/plugin-equalizer.xml b/docs/plugins/inspect/plugin-equalizer.xml
index 0d36171be8..ead84335e4 100644
--- a/docs/plugins/inspect/plugin-equalizer.xml
+++ b/docs/plugins/inspect/plugin-equalizer.xml
@@ -3,7 +3,7 @@
GStreamer audio equalizers../../gst/equalizer/.libs/libgstequalizer.solibgstequalizer.so
- 0.11.99
+ 1.0.0LGPLgst-plugins-goodGStreamer Good Plug-ins source release
diff --git a/docs/plugins/inspect/plugin-flac.xml b/docs/plugins/inspect/plugin-flac.xml
index b79b45443e..0e1f8a6708 100644
--- a/docs/plugins/inspect/plugin-flac.xml
+++ b/docs/plugins/inspect/plugin-flac.xml
@@ -3,7 +3,7 @@
The FLAC Lossless compressor Codec../../ext/flac/.libs/libgstflac.solibgstflac.so
- 0.11.99
+ 1.0.0LGPLgst-plugins-goodGStreamer Good Plug-ins source release
diff --git a/docs/plugins/inspect/plugin-flv.xml b/docs/plugins/inspect/plugin-flv.xml
index 7aa94801f9..eccb5df9ab 100644
--- a/docs/plugins/inspect/plugin-flv.xml
+++ b/docs/plugins/inspect/plugin-flv.xml
@@ -3,7 +3,7 @@
FLV muxing and demuxing plugin../../gst/flv/.libs/libgstflv.solibgstflv.so
- 0.11.99
+ 1.0.0LGPLgst-plugins-goodGStreamer Good Plug-ins source release
diff --git a/docs/plugins/inspect/plugin-flxdec.xml b/docs/plugins/inspect/plugin-flxdec.xml
index f341aa1610..76ca8e9809 100644
--- a/docs/plugins/inspect/plugin-flxdec.xml
+++ b/docs/plugins/inspect/plugin-flxdec.xml
@@ -3,7 +3,7 @@
FLC/FLI/FLX video decoder../../gst/flx/.libs/libgstflxdec.solibgstflxdec.so
- 0.11.99
+ 1.0.0LGPLgst-plugins-goodGStreamer Good Plug-ins source release
diff --git a/docs/plugins/inspect/plugin-gdkpixbuf.xml b/docs/plugins/inspect/plugin-gdkpixbuf.xml
index 77beaff518..5e7c3dfb4b 100644
--- a/docs/plugins/inspect/plugin-gdkpixbuf.xml
+++ b/docs/plugins/inspect/plugin-gdkpixbuf.xml
@@ -3,7 +3,7 @@
GdkPixbuf-based image decoder, overlay and sink../../ext/gdk_pixbuf/.libs/libgstgdkpixbuf.solibgstgdkpixbuf.so
- 0.11.99
+ 1.0.0LGPLgst-plugins-goodGStreamer Good Plug-ins source release
diff --git a/docs/plugins/inspect/plugin-goom.xml b/docs/plugins/inspect/plugin-goom.xml
index fa3196c420..e0d5f00571 100644
--- a/docs/plugins/inspect/plugin-goom.xml
+++ b/docs/plugins/inspect/plugin-goom.xml
@@ -3,7 +3,7 @@
GOOM visualization filter../../gst/goom/.libs/libgstgoom.solibgstgoom.so
- 0.11.99
+ 1.0.0LGPLgst-plugins-goodGStreamer Good Plug-ins source release
diff --git a/docs/plugins/inspect/plugin-goom2k1.xml b/docs/plugins/inspect/plugin-goom2k1.xml
index 02d8648b1f..50d375d125 100644
--- a/docs/plugins/inspect/plugin-goom2k1.xml
+++ b/docs/plugins/inspect/plugin-goom2k1.xml
@@ -3,7 +3,7 @@
GOOM 2k1 visualization filter../../gst/goom2k1/.libs/libgstgoom2k1.solibgstgoom2k1.so
- 0.11.99
+ 1.0.0LGPLgst-plugins-goodGStreamer Good Plug-ins source release
diff --git a/docs/plugins/inspect/plugin-icydemux.xml b/docs/plugins/inspect/plugin-icydemux.xml
index 68e9ac3567..7effcc3031 100644
--- a/docs/plugins/inspect/plugin-icydemux.xml
+++ b/docs/plugins/inspect/plugin-icydemux.xml
@@ -3,7 +3,7 @@
Demux ICY tags from a stream../../gst/icydemux/.libs/libgsticydemux.solibgsticydemux.so
- 0.11.99
+ 1.0.0LGPLgst-plugins-goodGStreamer Good Plug-ins source release
diff --git a/docs/plugins/inspect/plugin-id3demux.xml b/docs/plugins/inspect/plugin-id3demux.xml
index 55ec76f298..5576a24f7f 100644
--- a/docs/plugins/inspect/plugin-id3demux.xml
+++ b/docs/plugins/inspect/plugin-id3demux.xml
@@ -3,7 +3,7 @@
Demux ID3v1 and ID3v2 tags from a file../../gst/id3demux/.libs/libgstid3demux.solibgstid3demux.so
- 0.11.99
+ 1.0.0LGPLgst-plugins-goodGStreamer Good Plug-ins source release
diff --git a/docs/plugins/inspect/plugin-imagefreeze.xml b/docs/plugins/inspect/plugin-imagefreeze.xml
index f6d77dc36c..83618d9c25 100644
--- a/docs/plugins/inspect/plugin-imagefreeze.xml
+++ b/docs/plugins/inspect/plugin-imagefreeze.xml
@@ -3,7 +3,7 @@
Still frame stream generator../../gst/imagefreeze/.libs/libgstimagefreeze.solibgstimagefreeze.so
- 0.11.99
+ 1.0.0LGPLgst-plugins-goodGStreamer Good Plug-ins source release
diff --git a/docs/plugins/inspect/plugin-interleave.xml b/docs/plugins/inspect/plugin-interleave.xml
index c90007816a..958258fca5 100644
--- a/docs/plugins/inspect/plugin-interleave.xml
+++ b/docs/plugins/inspect/plugin-interleave.xml
@@ -3,7 +3,7 @@
Audio interleaver/deinterleaver../../gst/interleave/.libs/libgstinterleave.solibgstinterleave.so
- 0.11.99
+ 1.0.0LGPLgst-plugins-goodGStreamer Good Plug-ins source release
diff --git a/docs/plugins/inspect/plugin-isomp4.xml b/docs/plugins/inspect/plugin-isomp4.xml
index 0425ffe562..533da85b84 100644
--- a/docs/plugins/inspect/plugin-isomp4.xml
+++ b/docs/plugins/inspect/plugin-isomp4.xml
@@ -3,7 +3,7 @@
ISO base media file format support (mp4, 3gpp, qt, mj2)../../gst/isomp4/.libs/libgstisomp4.solibgstisomp4.so
- 0.11.99
+ 1.0.0LGPLgst-plugins-goodGStreamer Good Plug-ins source release
diff --git a/docs/plugins/inspect/plugin-jack.xml b/docs/plugins/inspect/plugin-jack.xml
index f2db2f35f8..eace03fef0 100644
--- a/docs/plugins/inspect/plugin-jack.xml
+++ b/docs/plugins/inspect/plugin-jack.xml
@@ -3,7 +3,7 @@
JACK audio elements../../ext/jack/.libs/libgstjack.solibgstjack.so
- 0.11.99
+ 1.0.0LGPLgst-plugins-goodGStreamer Good Plug-ins source release
diff --git a/docs/plugins/inspect/plugin-jpeg.xml b/docs/plugins/inspect/plugin-jpeg.xml
index b085b33877..781eea0a32 100644
--- a/docs/plugins/inspect/plugin-jpeg.xml
+++ b/docs/plugins/inspect/plugin-jpeg.xml
@@ -3,7 +3,7 @@
JPeg plugin library../../ext/jpeg/.libs/libgstjpeg.solibgstjpeg.so
- 0.11.99
+ 1.0.0LGPLgst-plugins-goodGStreamer Good Plug-ins source release
diff --git a/docs/plugins/inspect/plugin-level.xml b/docs/plugins/inspect/plugin-level.xml
index 7c45884575..2d7db7f8fc 100644
--- a/docs/plugins/inspect/plugin-level.xml
+++ b/docs/plugins/inspect/plugin-level.xml
@@ -3,7 +3,7 @@
Audio level plugin../../gst/level/.libs/libgstlevel.solibgstlevel.so
- 0.11.99
+ 1.0.0LGPLgst-plugins-goodGStreamer Good Plug-ins source release
diff --git a/docs/plugins/inspect/plugin-matroska.xml b/docs/plugins/inspect/plugin-matroska.xml
index 25ea3df19b..411a8ed00a 100644
--- a/docs/plugins/inspect/plugin-matroska.xml
+++ b/docs/plugins/inspect/plugin-matroska.xml
@@ -3,7 +3,7 @@
Matroska and WebM stream handling../../gst/matroska/.libs/libgstmatroska.solibgstmatroska.so
- 0.11.99
+ 1.0.0LGPLgst-plugins-goodGStreamer Good Plug-ins source release
diff --git a/docs/plugins/inspect/plugin-mulaw.xml b/docs/plugins/inspect/plugin-mulaw.xml
index 5f078cd869..222c779394 100644
--- a/docs/plugins/inspect/plugin-mulaw.xml
+++ b/docs/plugins/inspect/plugin-mulaw.xml
@@ -3,7 +3,7 @@
MuLaw audio conversion routines../../gst/law/.libs/libgstmulaw.solibgstmulaw.so
- 0.11.99
+ 1.0.0LGPLgst-plugins-goodGStreamer Good Plug-ins source release
diff --git a/docs/plugins/inspect/plugin-multifile.xml b/docs/plugins/inspect/plugin-multifile.xml
index ff0f728b32..e144f01cac 100644
--- a/docs/plugins/inspect/plugin-multifile.xml
+++ b/docs/plugins/inspect/plugin-multifile.xml
@@ -3,7 +3,7 @@
Reads/Writes buffers from/to sequentially named files../../gst/multifile/.libs/libgstmultifile.solibgstmultifile.so
- 0.11.99
+ 1.0.0LGPLgst-plugins-goodGStreamer Good Plug-ins source release
diff --git a/docs/plugins/inspect/plugin-multipart.xml b/docs/plugins/inspect/plugin-multipart.xml
index 56ed796ba6..60f9f12394 100644
--- a/docs/plugins/inspect/plugin-multipart.xml
+++ b/docs/plugins/inspect/plugin-multipart.xml
@@ -3,7 +3,7 @@
multipart stream manipulation../../gst/multipart/.libs/libgstmultipart.solibgstmultipart.so
- 0.11.99
+ 1.0.0LGPLgst-plugins-goodGStreamer Good Plug-ins source release
diff --git a/docs/plugins/inspect/plugin-navigationtest.xml b/docs/plugins/inspect/plugin-navigationtest.xml
index 07e9b032ec..f2bcd293ca 100644
--- a/docs/plugins/inspect/plugin-navigationtest.xml
+++ b/docs/plugins/inspect/plugin-navigationtest.xml
@@ -3,7 +3,7 @@
Template for a video filter../../gst/debugutils/.libs/libgstnavigationtest.solibgstnavigationtest.so
- 0.11.99
+ 1.0.0LGPLgst-plugins-goodGStreamer Good Plug-ins source release
diff --git a/docs/plugins/inspect/plugin-oss4.xml b/docs/plugins/inspect/plugin-oss4.xml
index 091b2fe599..2a0595b882 100644
--- a/docs/plugins/inspect/plugin-oss4.xml
+++ b/docs/plugins/inspect/plugin-oss4.xml
@@ -3,7 +3,7 @@
Open Sound System (OSS) version 4 support for GStreamer../../sys/oss4/.libs/libgstoss4audio.solibgstoss4audio.so
- 0.11.99
+ 1.0.0LGPLgst-plugins-goodGStreamer Good Plug-ins source release
diff --git a/docs/plugins/inspect/plugin-ossaudio.xml b/docs/plugins/inspect/plugin-ossaudio.xml
index ccdd3dfa3b..ed18d45017 100644
--- a/docs/plugins/inspect/plugin-ossaudio.xml
+++ b/docs/plugins/inspect/plugin-ossaudio.xml
@@ -3,7 +3,7 @@
OSS (Open Sound System) support for GStreamer../../sys/oss/.libs/libgstossaudio.solibgstossaudio.so
- 0.11.99
+ 1.0.0LGPLgst-plugins-goodGStreamer Good Plug-ins source release
diff --git a/docs/plugins/inspect/plugin-png.xml b/docs/plugins/inspect/plugin-png.xml
index 7e65e57ca8..32aeaa51e5 100644
--- a/docs/plugins/inspect/plugin-png.xml
+++ b/docs/plugins/inspect/plugin-png.xml
@@ -3,7 +3,7 @@
PNG plugin library../../ext/libpng/.libs/libgstpng.solibgstpng.so
- 0.11.99
+ 1.0.0LGPLgst-plugins-goodGStreamer Good Plug-ins source release
diff --git a/docs/plugins/inspect/plugin-pulseaudio.xml b/docs/plugins/inspect/plugin-pulseaudio.xml
index 6023e1774e..4d37a183a4 100644
--- a/docs/plugins/inspect/plugin-pulseaudio.xml
+++ b/docs/plugins/inspect/plugin-pulseaudio.xml
@@ -3,7 +3,7 @@
PulseAudio plugin library../../ext/pulse/.libs/libgstpulse.solibgstpulse.so
- 0.11.99
+ 1.0.0LGPLgst-plugins-goodGStreamer Good Plug-ins source release
diff --git a/docs/plugins/inspect/plugin-replaygain.xml b/docs/plugins/inspect/plugin-replaygain.xml
index 9e1cb45443..adfedfc310 100644
--- a/docs/plugins/inspect/plugin-replaygain.xml
+++ b/docs/plugins/inspect/plugin-replaygain.xml
@@ -3,7 +3,7 @@
ReplayGain volume normalization../../gst/replaygain/.libs/libgstreplaygain.solibgstreplaygain.so
- 0.11.99
+ 1.0.0LGPLgst-plugins-goodGStreamer Good Plug-ins source release
diff --git a/docs/plugins/inspect/plugin-rtp.xml b/docs/plugins/inspect/plugin-rtp.xml
index 7222a36ba0..f68f72c82a 100644
--- a/docs/plugins/inspect/plugin-rtp.xml
+++ b/docs/plugins/inspect/plugin-rtp.xml
@@ -3,7 +3,7 @@
Real-time protocol plugins../../gst/rtp/.libs/libgstrtp.solibgstrtp.so
- 0.11.99
+ 1.0.0LGPLgst-plugins-goodGStreamer Good Plug-ins source release
diff --git a/docs/plugins/inspect/plugin-rtpmanager.xml b/docs/plugins/inspect/plugin-rtpmanager.xml
index 6deb508be1..4707a58caf 100644
--- a/docs/plugins/inspect/plugin-rtpmanager.xml
+++ b/docs/plugins/inspect/plugin-rtpmanager.xml
@@ -3,7 +3,7 @@
RTP session management plugin library../../gst/rtpmanager/.libs/libgstrtpmanager.solibgstrtpmanager.so
- 0.11.99
+ 1.0.0LGPLgst-plugins-goodGStreamer Good Plug-ins source release
diff --git a/docs/plugins/inspect/plugin-rtsp.xml b/docs/plugins/inspect/plugin-rtsp.xml
index 86f8ae68a8..0e006229c8 100644
--- a/docs/plugins/inspect/plugin-rtsp.xml
+++ b/docs/plugins/inspect/plugin-rtsp.xml
@@ -3,7 +3,7 @@
transfer data via RTSP../../gst/rtsp/.libs/libgstrtsp.solibgstrtsp.so
- 0.11.99
+ 1.0.0LGPLgst-plugins-goodGStreamer Good Plug-ins source release
diff --git a/docs/plugins/inspect/plugin-shapewipe.xml b/docs/plugins/inspect/plugin-shapewipe.xml
index b508b805e8..19f4ba2170 100644
--- a/docs/plugins/inspect/plugin-shapewipe.xml
+++ b/docs/plugins/inspect/plugin-shapewipe.xml
@@ -3,7 +3,7 @@
Shape Wipe transition filter../../gst/shapewipe/.libs/libgstshapewipe.solibgstshapewipe.so
- 0.11.99
+ 1.0.0LGPLgst-plugins-goodGStreamer Good Plug-ins source release
diff --git a/docs/plugins/inspect/plugin-shout2send.xml b/docs/plugins/inspect/plugin-shout2send.xml
index 61110ad168..3099834de4 100644
--- a/docs/plugins/inspect/plugin-shout2send.xml
+++ b/docs/plugins/inspect/plugin-shout2send.xml
@@ -3,7 +3,7 @@
Sends data to an icecast server using libshout2../../ext/shout2/.libs/libgstshout2.solibgstshout2.so
- 0.11.99
+ 1.0.0LGPLgst-plugins-goodlibshout2
diff --git a/docs/plugins/inspect/plugin-smpte.xml b/docs/plugins/inspect/plugin-smpte.xml
index 2f9348da76..631a93435e 100644
--- a/docs/plugins/inspect/plugin-smpte.xml
+++ b/docs/plugins/inspect/plugin-smpte.xml
@@ -3,7 +3,7 @@
Apply the standard SMPTE transitions on video images../../gst/smpte/.libs/libgstsmpte.solibgstsmpte.so
- 0.11.99
+ 1.0.0LGPLgst-plugins-goodGStreamer Good Plug-ins source release
diff --git a/docs/plugins/inspect/plugin-soup.xml b/docs/plugins/inspect/plugin-soup.xml
index 6d60ecc70d..fda4b06792 100644
--- a/docs/plugins/inspect/plugin-soup.xml
+++ b/docs/plugins/inspect/plugin-soup.xml
@@ -3,7 +3,7 @@
libsoup HTTP client src/sink../../ext/soup/.libs/libgstsouphttpsrc.solibgstsouphttpsrc.so
- 0.11.99
+ 1.0.0LGPLgst-plugins-goodGStreamer Good Plug-ins source release
diff --git a/docs/plugins/inspect/plugin-spectrum.xml b/docs/plugins/inspect/plugin-spectrum.xml
index 337f1e82c2..da2bd343a1 100644
--- a/docs/plugins/inspect/plugin-spectrum.xml
+++ b/docs/plugins/inspect/plugin-spectrum.xml
@@ -3,7 +3,7 @@
Run an FFT on the audio signal, output spectrum data../../gst/spectrum/.libs/libgstspectrum.solibgstspectrum.so
- 0.11.99
+ 1.0.0LGPLgst-plugins-goodGStreamer Good Plug-ins source release
diff --git a/docs/plugins/inspect/plugin-speex.xml b/docs/plugins/inspect/plugin-speex.xml
index f442b5fa95..89188aee91 100644
--- a/docs/plugins/inspect/plugin-speex.xml
+++ b/docs/plugins/inspect/plugin-speex.xml
@@ -3,7 +3,7 @@
Speex plugin library../../ext/speex/.libs/libgstspeex.solibgstspeex.so
- 0.11.99
+ 1.0.0LGPLgst-plugins-goodGStreamer Good Plug-ins source release
diff --git a/docs/plugins/inspect/plugin-taglib.xml b/docs/plugins/inspect/plugin-taglib.xml
index 4b7b9729bc..f0ca5cd780 100644
--- a/docs/plugins/inspect/plugin-taglib.xml
+++ b/docs/plugins/inspect/plugin-taglib.xml
@@ -3,7 +3,7 @@
Tag writing plug-in based on taglib../../ext/taglib/.libs/libgsttaglib.solibgsttaglib.so
- 0.11.99
+ 1.0.0LGPLgst-plugins-goodGStreamer Good Plug-ins source release
diff --git a/docs/plugins/inspect/plugin-udp.xml b/docs/plugins/inspect/plugin-udp.xml
index 835085c133..ca4f261132 100644
--- a/docs/plugins/inspect/plugin-udp.xml
+++ b/docs/plugins/inspect/plugin-udp.xml
@@ -3,7 +3,7 @@
transfer data via UDP../../gst/udp/.libs/libgstudp.solibgstudp.so
- 0.11.99
+ 1.0.0LGPLgst-plugins-goodGStreamer Good Plug-ins source release
diff --git a/docs/plugins/inspect/plugin-video4linux2.xml b/docs/plugins/inspect/plugin-video4linux2.xml
index 0eb226cf59..bcffbd1339 100644
--- a/docs/plugins/inspect/plugin-video4linux2.xml
+++ b/docs/plugins/inspect/plugin-video4linux2.xml
@@ -3,7 +3,7 @@
elements for Video 4 Linux../../sys/v4l2/.libs/libgstvideo4linux2.solibgstvideo4linux2.so
- 0.11.99
+ 1.0.0LGPLgst-plugins-goodGStreamer Good Plug-ins source release
diff --git a/docs/plugins/inspect/plugin-videobox.xml b/docs/plugins/inspect/plugin-videobox.xml
index 8832a75f64..da28b7b2b4 100644
--- a/docs/plugins/inspect/plugin-videobox.xml
+++ b/docs/plugins/inspect/plugin-videobox.xml
@@ -3,7 +3,7 @@
resizes a video by adding borders or cropping../../gst/videobox/.libs/libgstvideobox.solibgstvideobox.so
- 0.11.99
+ 1.0.0LGPLgst-plugins-goodGStreamer Good Plug-ins source release
diff --git a/docs/plugins/inspect/plugin-videocrop.xml b/docs/plugins/inspect/plugin-videocrop.xml
index e99a9e61aa..1cfa4a2099 100644
--- a/docs/plugins/inspect/plugin-videocrop.xml
+++ b/docs/plugins/inspect/plugin-videocrop.xml
@@ -3,7 +3,7 @@
Crops video into a user-defined region../../gst/videocrop/.libs/libgstvideocrop.solibgstvideocrop.so
- 0.11.99
+ 1.0.0LGPLgst-plugins-goodGStreamer Good Plug-ins source release
diff --git a/docs/plugins/inspect/plugin-videofilter.xml b/docs/plugins/inspect/plugin-videofilter.xml
index f75af2cbc3..1d8dbdd940 100644
--- a/docs/plugins/inspect/plugin-videofilter.xml
+++ b/docs/plugins/inspect/plugin-videofilter.xml
@@ -3,7 +3,7 @@
Video filters plugin../../gst/videofilter/.libs/libgstvideofilter.solibgstvideofilter.so
- 0.11.99
+ 1.0.0LGPLgst-plugins-goodGStreamer Good Plug-ins source release
diff --git a/docs/plugins/inspect/plugin-videomixer.xml b/docs/plugins/inspect/plugin-videomixer.xml
index 16f3417d10..cf8933eb30 100644
--- a/docs/plugins/inspect/plugin-videomixer.xml
+++ b/docs/plugins/inspect/plugin-videomixer.xml
@@ -3,7 +3,7 @@
Video mixer../../gst/videomixer/.libs/libgstvideomixer.solibgstvideomixer.so
- 0.11.99
+ 1.0.0LGPLgst-plugins-goodGStreamer Good Plug-ins source release
diff --git a/docs/plugins/inspect/plugin-vpx.xml b/docs/plugins/inspect/plugin-vpx.xml
index 5ae4587b39..7711d8782f 100644
--- a/docs/plugins/inspect/plugin-vpx.xml
+++ b/docs/plugins/inspect/plugin-vpx.xml
@@ -3,7 +3,7 @@
VP8 plugin../../ext/vpx/.libs/libgstvpx.solibgstvpx.so
- 0.11.99
+ 1.0.0LGPLgst-plugins-goodGStreamer Good Plug-ins source release
diff --git a/docs/plugins/inspect/plugin-wavenc.xml b/docs/plugins/inspect/plugin-wavenc.xml
index b96b57ee01..d9809770b4 100644
--- a/docs/plugins/inspect/plugin-wavenc.xml
+++ b/docs/plugins/inspect/plugin-wavenc.xml
@@ -3,7 +3,7 @@
Encode raw audio into WAV../../gst/wavenc/.libs/libgstwavenc.solibgstwavenc.so
- 0.11.99
+ 1.0.0LGPLgst-plugins-goodGStreamer Good Plug-ins source release
diff --git a/docs/plugins/inspect/plugin-wavpack.xml b/docs/plugins/inspect/plugin-wavpack.xml
index 1d5208239f..2918e35473 100644
--- a/docs/plugins/inspect/plugin-wavpack.xml
+++ b/docs/plugins/inspect/plugin-wavpack.xml
@@ -3,7 +3,7 @@
Wavpack lossless/lossy audio format handling../../ext/wavpack/.libs/libgstwavpack.solibgstwavpack.so
- 0.11.99
+ 1.0.0LGPLgst-plugins-goodGStreamer Good Plug-ins source release
diff --git a/docs/plugins/inspect/plugin-wavparse.xml b/docs/plugins/inspect/plugin-wavparse.xml
index 00d56bf9c2..58b5ef779d 100644
--- a/docs/plugins/inspect/plugin-wavparse.xml
+++ b/docs/plugins/inspect/plugin-wavparse.xml
@@ -3,7 +3,7 @@
Parse a .wav file into raw audio../../gst/wavparse/.libs/libgstwavparse.solibgstwavparse.so
- 0.11.99
+ 1.0.0LGPLgst-plugins-goodGStreamer Good Plug-ins source release
diff --git a/docs/plugins/inspect/plugin-ximagesrc.xml b/docs/plugins/inspect/plugin-ximagesrc.xml
index d52ca82b89..724d25c4a3 100644
--- a/docs/plugins/inspect/plugin-ximagesrc.xml
+++ b/docs/plugins/inspect/plugin-ximagesrc.xml
@@ -3,7 +3,7 @@
X11 video input plugin using standard Xlib calls../../sys/ximage/.libs/libgstximagesrc.solibgstximagesrc.so
- 0.11.99
+ 1.0.0LGPLgst-plugins-goodGStreamer Good Plug-ins source release
diff --git a/docs/plugins/inspect/plugin-y4menc.xml b/docs/plugins/inspect/plugin-y4menc.xml
index 3f75beacc4..34fad7747f 100644
--- a/docs/plugins/inspect/plugin-y4menc.xml
+++ b/docs/plugins/inspect/plugin-y4menc.xml
@@ -3,7 +3,7 @@
Encodes a YUV frame into the yuv4mpeg format (mjpegtools)../../gst/y4m/.libs/libgsty4menc.solibgsty4menc.so
- 0.11.99
+ 1.0.0LGPLgst-plugins-goodGStreamer Good Plug-ins source release
diff --git a/gst-plugins-good.doap b/gst-plugins-good.doap
index c449ae5b03..e1613fbca4 100644
--- a/gst-plugins-good.doap
+++ b/gst-plugins-good.doap
@@ -32,6 +32,16 @@ the plug-in code, LGPL or LGPL-compatible for the supporting library).
+
+
+ 1.0.0
+ 1.0
+ XYZ
+ 2012-09-24
+
+
+
+
0.11.99
diff --git a/win32/common/config.h b/win32/common/config.h
index fbb8af076a..dd2c093d42 100644
--- a/win32/common/config.h
+++ b/win32/common/config.h
@@ -58,7 +58,7 @@
#define GST_PACKAGE_ORIGIN "Unknown package origin"
/* GStreamer package release date/time for plugins as YYYY-MM-DD */
-#define GST_PACKAGE_RELEASE_DATETIME "2012-09-17"
+#define GST_PACKAGE_RELEASE_DATETIME "2012-09-24"
/* struct v4l2_buffer missing */
#undef GST_V4L2_MISSING_BUFDECL
@@ -375,7 +375,7 @@
#define PACKAGE_NAME "GStreamer Good Plug-ins"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "GStreamer Good Plug-ins 0.11.99"
+#define PACKAGE_STRING "GStreamer Good Plug-ins 1.0.0"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gst-plugins-good"
@@ -384,7 +384,7 @@
#undef PACKAGE_URL
/* Define to the version of this package. */
-#define PACKAGE_VERSION "0.11.99"
+#define PACKAGE_VERSION "1.0.0"
/* directory where plugins are located */
#ifdef _DEBUG
@@ -418,7 +418,7 @@
#undef TARGET_CPU
/* Version number of package */
-#define VERSION "0.11.99"
+#define VERSION "1.0.0"
/* old wavpack API */
#undef WAVPACK_OLD_API