diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2012-11-21 10:22:16 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2012-11-21 10:22:16 +0000 |
commit | 7f26a3f653fd8bc97103bae736f0c635e3c75c63 (patch) | |
tree | 1f11080d74c9f7e4c238132cfe64e5e8a1ed9344 | |
parent | 9c48d5e91cf4682e723d11a7333abb913ba66616 (diff) |
Release 1.0.31.0.3
-rw-r--r-- | ChangeLog | 95 | ||||
-rw-r--r-- | NEWS | 13 | ||||
-rw-r--r-- | RELEASE | 19 | ||||
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-a52dec.xml | 4 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-amrnb.xml | 4 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-amrwbdec.xml | 4 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-asf.xml | 4 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-cdio.xml | 4 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-dvdlpcmdec.xml | 4 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-dvdread.xml | 4 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-dvdsub.xml | 4 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-lame.xml | 4 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-mad.xml | 4 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-mpeg2dec.xml | 4 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-realmedia.xml | 4 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-siddec.xml | 4 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-twolame.xml | 4 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-x264.xml | 4 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-xingmux.xml | 4 | ||||
-rw-r--r-- | gst-plugins-ugly.doap | 10 | ||||
-rw-r--r-- | win32/common/config.h | 10 |
22 files changed, 165 insertions, 50 deletions
@@ -1,9 +1,100 @@ +=== release 1.0.3 === + +2012-11-21 Tim-Philipp Müller <tim@centricular.net> + + * configure.ac: + releasing 1.0.3 + +2012-11-16 13:32:00 +0100 Sebastian Dröge <sebastian.droege@collabora.co.uk> + + * tests/check/elements/xingmux_testdata.h: + xingmux: Fix unit test after change to correctly calculate number of frames + +2012-11-11 20:42:42 +0000 Tim-Philipp Müller <tim@centricular.net> + + * ext/cdio/Makefile.am: + * ext/cdio/gstcdio.c: + cdio: use gst_tag_freeform_string_to_utf8() for CD-TEXT strings + They're probably not going to be UTF-8, but ISO-8859-1 or somesuch + if they're not plain ASCII. + +2012-11-09 11:33:40 +0100 Gautier Portet <kassoulet@gmail.com> + + * gst/xingmux/gstxingmux.c: + xingmux: Properly calculate the number of frames + First, the xing header frame is never added to the count, + we have to increment the count. + Secondly, there is a rounding error when calculating the + frame duration, as spf*GST_SECOND/rate is not an integer + (26122448.9) an it must be 26122449. + +2012-11-05 13:16:52 -0800 Michael Smith <msmith@rdio.com> + + * gst/dvdlpcmdec/gstdvdlpcmdec.c: + dvdlpcmdec: Fix parsing of headers to set correct width to allow decode. + +2012-10-30 13:39:52 +0100 Andreas Frisch <fraxinas@opendreambox.org> + + * gst/dvdsub/gstdvdsubdec.c: + dvdsubdec: allocate correct amount of memory for bitmap + https://bugzilla.gnome.org/show_bug.cgi?id=687192 + +2012-10-30 09:20:04 +0000 Wim Taymans <wim.taymans@collabora.co.uk> + + * ext/sidplay/gstsiddec.cc: + siddec: reset bytes counter + Reset the total_bytes counter so that we get timestamps correct. + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=686931 + +2012-10-25 12:35:37 +0100 Tim-Philipp Müller <tim@centricular.net> + + * configure.ac: + * docs/plugins/inspect/plugin-a52dec.xml: + * docs/plugins/inspect/plugin-amrnb.xml: + * docs/plugins/inspect/plugin-amrwbdec.xml: + * docs/plugins/inspect/plugin-asf.xml: + * docs/plugins/inspect/plugin-cdio.xml: + * docs/plugins/inspect/plugin-dvdlpcmdec.xml: + * docs/plugins/inspect/plugin-dvdread.xml: + * docs/plugins/inspect/plugin-dvdsub.xml: + * docs/plugins/inspect/plugin-lame.xml: + * docs/plugins/inspect/plugin-mad.xml: + * docs/plugins/inspect/plugin-mpeg2dec.xml: + * docs/plugins/inspect/plugin-realmedia.xml: + * docs/plugins/inspect/plugin-siddec.xml: + * docs/plugins/inspect/plugin-twolame.xml: + * docs/plugins/inspect/plugin-x264.xml: + * docs/plugins/inspect/plugin-xingmux.xml: + * win32/common/config.h: + Back to development (bug fixing) + === release 1.0.2 === -2012-10-25 Tim-Philipp Müller <tim@centricular.net> +2012-10-25 01:11:10 +0100 Tim-Philipp Müller <tim@centricular.net> + * ChangeLog: + * NEWS: + * RELEASE: * configure.ac: - releasing 1.0.2 + * docs/plugins/inspect/plugin-a52dec.xml: + * docs/plugins/inspect/plugin-amrnb.xml: + * docs/plugins/inspect/plugin-amrwbdec.xml: + * docs/plugins/inspect/plugin-asf.xml: + * docs/plugins/inspect/plugin-cdio.xml: + * docs/plugins/inspect/plugin-dvdlpcmdec.xml: + * docs/plugins/inspect/plugin-dvdread.xml: + * docs/plugins/inspect/plugin-dvdsub.xml: + * docs/plugins/inspect/plugin-lame.xml: + * docs/plugins/inspect/plugin-mad.xml: + * docs/plugins/inspect/plugin-mpeg2dec.xml: + * docs/plugins/inspect/plugin-realmedia.xml: + * docs/plugins/inspect/plugin-siddec.xml: + * docs/plugins/inspect/plugin-twolame.xml: + * docs/plugins/inspect/plugin-x264.xml: + * docs/plugins/inspect/plugin-xingmux.xml: + * gst-plugins-ugly.doap: + * win32/common/config.h: + Release 1.0.2 2012-10-24 20:10:03 +0800 Scott Fan <fanchp@neusoft.com> @@ -1,4 +1,15 @@ -This is GStreamer Ugly Plugins 1.0.2 +This is GStreamer Ugly Plugins 1.0.3 + +Changes since 1.0.2: + + * cdio: try to handle CD-TEXT in non-UTF8 encodings + * xingmux, siddec, dvdlpcmdec and dvdsubdec fixes + +Bugs fixed since 1.0.2: + + * 686931 : siddec does not reset total_bytes when state is set to stopped + * 687192 : dvdsubdec: allocates buffer 4 times the size needed + * 687927 : xingmux: doesn't compute the right number of frames Changes since 1.0.1: @@ -1,5 +1,5 @@ -Release notes for GStreamer Ugly Plugins 1.0.2 +Release notes for GStreamer Ugly Plugins 1.0.3 The GStreamer team is proud to announce a new bug-fix release in the 1.x stable series of the @@ -58,14 +58,14 @@ contains a set of codecs plugins based on libav (formerly gst-ffmpeg) Features of this release - * Parallel installability with 0.10.x series - * dvdreadsrc: correctly set next cell when seeking to sector - * dvdreadsrc: update dvd event to enhanced approach as used in mpegpsdemux - * dvdsubparse: send src caps when receiving sink caps + * cdio: try to handle CD-TEXT in non-UTF8 encodings + * xingmux, siddec, dvdlpcmdec and dvdsubdec fixes Bugs fixed in this release - * 686748 : Makefile.am: Fix build script typo for generating the Android.mk file. + * 686931 : siddec does not reset total_bytes when state is set to stopped + * 687192 : dvdsubdec: allocates buffer 4 times the size needed + * 687927 : xingmux: doesn't compute the right number of frames ==== Download ==== @@ -102,7 +102,10 @@ subscribe to the gstreamer-devel list. Contributors to this release - * Mark Nauwelaerts - * Scott Fan + * Andreas Frisch + * Gautier Portet + * Michael Smith + * Sebastian Dröge * Tim-Philipp Müller + * Wim Taymans
\ No newline at end of file diff --git a/configure.ac b/configure.ac index ea086b95..b46bcd16 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, cvs and prerelease does -Werror too dnl use a three digit version number for releases, and four for cvs/prerelease -AC_INIT(GStreamer Ugly Plug-ins, 1.0.2.1, +AC_INIT(GStreamer Ugly Plug-ins, 1.0.3, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gst-plugins-ugly) @@ -44,7 +44,7 @@ AC_SUBST(GST_API_VERSION) AC_DEFINE_UNQUOTED(GST_API_VERSION, "$GST_API_VERSION", [GStreamer API Version]) -AS_LIBTOOL(GST, 2, 0, 2) +AS_LIBTOOL(GST, 3, 0, 3) dnl *** required versions of GStreamer stuff *** GST_REQ=1.0.0 diff --git a/docs/plugins/inspect/plugin-a52dec.xml b/docs/plugins/inspect/plugin-a52dec.xml index 586885d6..39cba745 100644 --- a/docs/plugins/inspect/plugin-a52dec.xml +++ b/docs/plugins/inspect/plugin-a52dec.xml @@ -3,10 +3,10 @@ <description>Decodes ATSC A/52 encoded audio streams</description> <filename>../../ext/a52dec/.libs/libgsta52dec.so</filename> <basename>libgsta52dec.so</basename> - <version>1.0.2.1</version> + <version>1.0.3</version> <license>GPL</license> <source>gst-plugins-ugly</source> - <package>GStreamer Ugly Plug-ins git</package> + <package>GStreamer Ugly Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-amrnb.xml b/docs/plugins/inspect/plugin-amrnb.xml index a63b9d92..21ab8cab 100644 --- a/docs/plugins/inspect/plugin-amrnb.xml +++ b/docs/plugins/inspect/plugin-amrnb.xml @@ -3,10 +3,10 @@ <description>Adaptive Multi-Rate Narrow-Band</description> <filename>../../ext/amrnb/.libs/libgstamrnb.so</filename> <basename>libgstamrnb.so</basename> - <version>1.0.2.1</version> + <version>1.0.3</version> <license>unknown</license> <source>gst-plugins-ugly</source> - <package>GStreamer Ugly Plug-ins git</package> + <package>GStreamer Ugly Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-amrwbdec.xml b/docs/plugins/inspect/plugin-amrwbdec.xml index c3f7f100..c2e51bf6 100644 --- a/docs/plugins/inspect/plugin-amrwbdec.xml +++ b/docs/plugins/inspect/plugin-amrwbdec.xml @@ -3,10 +3,10 @@ <description>Adaptive Multi-Rate Wide-Band Decoder</description> <filename>../../ext/amrwbdec/.libs/libgstamrwbdec.so</filename> <basename>libgstamrwbdec.so</basename> - <version>1.0.2.1</version> + <version>1.0.3</version> <license>unknown</license> <source>gst-plugins-ugly</source> - <package>GStreamer Ugly Plug-ins git</package> + <package>GStreamer Ugly Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-asf.xml b/docs/plugins/inspect/plugin-asf.xml index 93c71fab..9fcf1c46 100644 --- a/docs/plugins/inspect/plugin-asf.xml +++ b/docs/plugins/inspect/plugin-asf.xml @@ -3,10 +3,10 @@ <description>Demuxes and muxes audio and video in Microsofts ASF format</description> <filename>../../gst/asfdemux/.libs/libgstasf.so</filename> <basename>libgstasf.so</basename> - <version>1.0.2.1</version> + <version>1.0.3</version> <license>LGPL</license> <source>gst-plugins-ugly</source> - <package>GStreamer Ugly Plug-ins git</package> + <package>GStreamer Ugly Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-cdio.xml b/docs/plugins/inspect/plugin-cdio.xml index f1ea4c76..0d1424d8 100644 --- a/docs/plugins/inspect/plugin-cdio.xml +++ b/docs/plugins/inspect/plugin-cdio.xml @@ -3,10 +3,10 @@ <description>Read audio from audio CDs</description> <filename>../../ext/cdio/.libs/libgstcdio.so</filename> <basename>libgstcdio.so</basename> - <version>1.0.2.1</version> + <version>1.0.3</version> <license>GPL</license> <source>gst-plugins-ugly</source> - <package>GStreamer Ugly Plug-ins git</package> + <package>GStreamer Ugly Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-dvdlpcmdec.xml b/docs/plugins/inspect/plugin-dvdlpcmdec.xml index 72c8340f..a7b0788a 100644 --- a/docs/plugins/inspect/plugin-dvdlpcmdec.xml +++ b/docs/plugins/inspect/plugin-dvdlpcmdec.xml @@ -3,10 +3,10 @@ <description>Decode DVD LPCM frames into standard PCM</description> <filename>../../gst/dvdlpcmdec/.libs/libgstdvdlpcmdec.so</filename> <basename>libgstdvdlpcmdec.so</basename> - <version>1.0.2.1</version> + <version>1.0.3</version> <license>LGPL</license> <source>gst-plugins-ugly</source> - <package>GStreamer Ugly Plug-ins git</package> + <package>GStreamer Ugly Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-dvdread.xml b/docs/plugins/inspect/plugin-dvdread.xml index 5eb4b1fe..204a0886 100644 --- a/docs/plugins/inspect/plugin-dvdread.xml +++ b/docs/plugins/inspect/plugin-dvdread.xml @@ -3,10 +3,10 @@ <description>Access a DVD with dvdread</description> <filename>../../ext/dvdread/.libs/libgstdvdread.so</filename> <basename>libgstdvdread.so</basename> - <version>1.0.2.1</version> + <version>1.0.3</version> <license>GPL</license> <source>gst-plugins-ugly</source> - <package>GStreamer Ugly Plug-ins git</package> + <package>GStreamer Ugly Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-dvdsub.xml b/docs/plugins/inspect/plugin-dvdsub.xml index 629bbeee..46f26946 100644 --- a/docs/plugins/inspect/plugin-dvdsub.xml +++ b/docs/plugins/inspect/plugin-dvdsub.xml @@ -3,10 +3,10 @@ <description>DVD subtitle parser and decoder</description> <filename>../../gst/dvdsub/.libs/libgstdvdsub.so</filename> <basename>libgstdvdsub.so</basename> - <version>1.0.2.1</version> + <version>1.0.3</version> <license>LGPL</license> <source>gst-plugins-ugly</source> - <package>GStreamer Ugly Plug-ins git</package> + <package>GStreamer Ugly Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-lame.xml b/docs/plugins/inspect/plugin-lame.xml index ca657aa4..cb390cfa 100644 --- a/docs/plugins/inspect/plugin-lame.xml +++ b/docs/plugins/inspect/plugin-lame.xml @@ -3,10 +3,10 @@ <description>Encode MP3s with LAME</description> <filename>../../ext/lame/.libs/libgstlame.so</filename> <basename>libgstlame.so</basename> - <version>1.0.2.1</version> + <version>1.0.3</version> <license>LGPL</license> <source>gst-plugins-ugly</source> - <package>GStreamer Ugly Plug-ins git</package> + <package>GStreamer Ugly Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-mad.xml b/docs/plugins/inspect/plugin-mad.xml index fce0ef3c..30c592ca 100644 --- a/docs/plugins/inspect/plugin-mad.xml +++ b/docs/plugins/inspect/plugin-mad.xml @@ -3,10 +3,10 @@ <description>mp3 decoding based on the mad library</description> <filename>../../ext/mad/.libs/libgstmad.so</filename> <basename>libgstmad.so</basename> - <version>1.0.2.1</version> + <version>1.0.3</version> <license>GPL</license> <source>gst-plugins-ugly</source> - <package>GStreamer Ugly Plug-ins git</package> + <package>GStreamer Ugly Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-mpeg2dec.xml b/docs/plugins/inspect/plugin-mpeg2dec.xml index 001cd6ee..f3673a27 100644 --- a/docs/plugins/inspect/plugin-mpeg2dec.xml +++ b/docs/plugins/inspect/plugin-mpeg2dec.xml @@ -3,10 +3,10 @@ <description>LibMpeg2 decoder</description> <filename>../../ext/mpeg2dec/.libs/libgstmpeg2dec.so</filename> <basename>libgstmpeg2dec.so</basename> - <version>1.0.2.1</version> + <version>1.0.3</version> <license>GPL</license> <source>gst-plugins-ugly</source> - <package>GStreamer Ugly Plug-ins git</package> + <package>GStreamer Ugly Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-realmedia.xml b/docs/plugins/inspect/plugin-realmedia.xml index 867ff03b..1bf7428f 100644 --- a/docs/plugins/inspect/plugin-realmedia.xml +++ b/docs/plugins/inspect/plugin-realmedia.xml @@ -3,10 +3,10 @@ <description>RealMedia support plugins</description> <filename>../../gst/realmedia/.libs/libgstrmdemux.so</filename> <basename>libgstrmdemux.so</basename> - <version>1.0.2.1</version> + <version>1.0.3</version> <license>LGPL</license> <source>gst-plugins-ugly</source> - <package>GStreamer Ugly Plug-ins git</package> + <package>GStreamer Ugly Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-siddec.xml b/docs/plugins/inspect/plugin-siddec.xml index 359e820c..638f20a4 100644 --- a/docs/plugins/inspect/plugin-siddec.xml +++ b/docs/plugins/inspect/plugin-siddec.xml @@ -3,10 +3,10 @@ <description>Uses libsidplay to decode .sid files</description> <filename>../../ext/sidplay/.libs/libgstsid.so</filename> <basename>libgstsid.so</basename> - <version>1.0.2.1</version> + <version>1.0.3</version> <license>GPL</license> <source>gst-plugins-ugly</source> - <package>GStreamer Ugly Plug-ins git</package> + <package>GStreamer Ugly Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-twolame.xml b/docs/plugins/inspect/plugin-twolame.xml index 7f84b860..21bb03b7 100644 --- a/docs/plugins/inspect/plugin-twolame.xml +++ b/docs/plugins/inspect/plugin-twolame.xml @@ -3,10 +3,10 @@ <description>Encode MP2s with TwoLAME</description> <filename>../../ext/twolame/.libs/libgsttwolame.so</filename> <basename>libgsttwolame.so</basename> - <version>1.0.2.1</version> + <version>1.0.3</version> <license>LGPL</license> <source>gst-plugins-ugly</source> - <package>GStreamer Ugly Plug-ins git</package> + <package>GStreamer Ugly Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-x264.xml b/docs/plugins/inspect/plugin-x264.xml index 0e33995f..3d8dbdce 100644 --- a/docs/plugins/inspect/plugin-x264.xml +++ b/docs/plugins/inspect/plugin-x264.xml @@ -3,10 +3,10 @@ <description>libx264-based H264 plugins</description> <filename>../../ext/x264/.libs/libgstx264.so</filename> <basename>libgstx264.so</basename> - <version>1.0.2.1</version> + <version>1.0.3</version> <license>GPL</license> <source>gst-plugins-ugly</source> - <package>GStreamer Ugly Plug-ins git</package> + <package>GStreamer Ugly Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-xingmux.xml b/docs/plugins/inspect/plugin-xingmux.xml index b6da5625..f95e409d 100644 --- a/docs/plugins/inspect/plugin-xingmux.xml +++ b/docs/plugins/inspect/plugin-xingmux.xml @@ -3,10 +3,10 @@ <description>Add XING tags to mpeg audio files</description> <filename>../../gst/xingmux/.libs/libgstxingmux.so</filename> <basename>libgstxingmux.so</basename> - <version>1.0.2.1</version> + <version>1.0.3</version> <license>LGPL</license> <source>gst-plugins-ugly</source> - <package>GStreamer Ugly Plug-ins git</package> + <package>GStreamer Ugly Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/gst-plugins-ugly.doap b/gst-plugins-ugly.doap index c9df8987..db78e5de 100644 --- a/gst-plugins-ugly.doap +++ b/gst-plugins-ugly.doap @@ -35,6 +35,16 @@ might be widely known to present patent problems. <release> <Version> + <revision>1.0.3</revision> + <branch>1.0</branch> + <name></name> + <created>2012-11-21</created> + <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.0.3.tar.xz" /> + </Version> + </release> + + <release> + <Version> <revision>1.0.2</revision> <branch>1.0</branch> <name></name> diff --git a/win32/common/config.h b/win32/common/config.h index 0f878598..57450eea 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -55,13 +55,13 @@ #define GST_LICENSE "LGPL" /* package name in plugins */ -#define GST_PACKAGE_NAME "GStreamer Ugly Plug-ins git" +#define GST_PACKAGE_NAME "GStreamer Ugly Plug-ins source release" /* package origin */ #define GST_PACKAGE_ORIGIN "Unknown package origin" /* GStreamer package release date/time for plugins as YYYY-MM-DD */ -#define GST_PACKAGE_RELEASE_DATETIME "2012-10-25T11:34Z" +#define GST_PACKAGE_RELEASE_DATETIME "2012-11-21" /* Define to enable a52dec (used by a52dec). */ #undef HAVE_A52DEC @@ -248,7 +248,7 @@ #define PACKAGE_NAME "GStreamer Ugly Plug-ins" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "GStreamer Ugly Plug-ins 1.0.2.1" +#define PACKAGE_STRING "GStreamer Ugly Plug-ins 1.0.3" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gst-plugins-ugly" @@ -257,7 +257,7 @@ #undef PACKAGE_URL /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.0.2.1" +#define PACKAGE_VERSION "1.0.3" /* directory where plugins are located */ #ifdef _DEBUG @@ -288,7 +288,7 @@ #undef TARGET_CPU /* Version number of package */ -#define VERSION "1.0.2.1" +#define VERSION "1.0.3" /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ |