diff --git a/configure.ac b/configure.ac
index 144ff642b5..024786c0f0 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, 0.10.15,
+AC_INIT(GStreamer Ugly Plug-ins, 0.10.15.1,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-plugins-ugly)
diff --git a/docs/plugins/gst-plugins-ugly-plugins.args b/docs/plugins/gst-plugins-ugly-plugins.args
index dbf95b5c22..42922f694f 100644
--- a/docs/plugins/gst-plugins-ugly-plugins.args
+++ b/docs/plugins/gst-plugins-ugly-plugins.args
@@ -1,3 +1,143 @@
+
+GstPNMSrc::location
+gchar*
+
+rw
+PNM Location
+Location of the PNM url to read.
+NULL
+
+
+
+GstRDTManager::latency
+guint
+
+rw
+Buffer latency in ms
+Amount of ms to buffer.
+200
+
+
+
+GstMPEGParse::byte-offset
+guint64
+
+rw
+Byte Offset
+Emit reached-offset signal when the byte offset is reached.
+18446744073709551615
+
+
+
+GstMPEGParse::max-scr-gap
+gint
+>= G_MAXULONG
+rw
+Max SCR gap
+Maximum allowed gap between expected and actual SCR values. -1 means never adjust.
+120000
+
+
+
+GstMPEGParse::time-offset
+guint64
+
+r
+Time Offset
+Time offset in the stream.
+18446744073709551615
+
+
+
+GstMPEGAudioParse::bitrate
+gint
+
+r
+Bitrate
+Bit Rate.
+0
+
+
+
+GstMPEGAudioParse::skip
+gint
+
+rw
+skip
+skip.
+0
+
+
+
+AC3IEC::raw-audio
+gboolean
+
+rw
+raw-audio
+If true, source pad caps are set to raw audio.
+FALSE
+
+
+
+GstCdioCddaSrc::read-speed
+gint
+[G_MAXULONG,100]
+rw
+Read speed
+Read from device at the specified speed (-1 = default).
+-1
+
+
+
+GstAmrnbEnc::band-mode
+GstAmrnbEncBandMode
+
+rwx
+Band Mode
+Encoding Band Mode (Kbps).
+MR122
+
+
+
+GstAmrnbDec::variant
+GstAmrnbVariant
+
+rwx
+Variant
+The decoder variant.
+IF1
+
+
+
+GstA52Dec::drc
+gboolean
+
+rw
+Dynamic Range Compression
+Use Dynamic Range Compression.
+FALSE
+
+
+
+GstA52Dec::lfe
+gboolean
+
+rw
+LFE
+LFE.
+TRUE
+
+
+
+GstA52Dec::mode
+GstA52DecMode
+
+rw
+Decoder Mode
+Decoding Mode (default 3f2r).
+3 Front, 2 Rear
+
+
GstLame::allow-diff-short
gboolean
@@ -329,83 +469,63 @@
-GstMad::half
+GstLameMP3Enc::bitrate
+gint
+[8,320]
+rw
+Bitrate (kb/s)
+Bitrate in kbit/sec (Only valid if target is bitrate, for CBR one of 8, 16, 24, 32, 40, 48, 56, 64, 80, 96, 112, 128, 160, 192, 224, 256 or 320).
+128
+
+
+
+GstLameMP3Enc::cbr
gboolean
rw
-Half
-Generate PCM at 1/2 sample rate.
+CBR
+Enforce constant bitrate encoding (Only valid if target is bitrate).
FALSE
-GstMad::ignore-crc
+GstLameMP3Enc::encoding-engine-quality
+GstLameMP3EncEncodingEngineQuality
+
+rw
+Encoding Engine Quality
+Quality/speed of the encoding engine, this does not affect the bitrate!.
+Standard
+
+
+
+GstLameMP3Enc::mono
gboolean
rw
-Ignore CRC
-Ignore CRC errors.
-TRUE
-
-
-
-GstID3Demux::prefer-v1
-gboolean
-
-rwx
-prefer version 1 tag
-Prefer tags from tag at end of file.
+Mono
+Enforce mono encoding.
FALSE
-GstID3Mux::v1-tag
-gboolean
-
-rwx
-add version 1 tag
-Add version 1 tag at end of file.
-FALSE
+GstLameMP3Enc::quality
+gfloat
+[0,9.999]
+rw
+Quality
+VBR Quality from 0 to 10, 0 being the best (Only valid if target is quality).
+4
-GstID3Mux::v2-tag
-gboolean
+GstLameMP3Enc::target
+GstLameMP3EncTarget
-rwx
-add version 2 tag
-Add version 2 tag at start of file.
-TRUE
-
-
-
-GstID3Tag::prefer-v1
-gboolean
-
-rwx
-prefer version 1 tag
-Prefer tags from tag at end of file.
-FALSE
-
-
-
-GstID3Tag::v1-tag
-gboolean
-
-rwx
-add version 1 tag
-Add version 1 tag at end of file.
-FALSE
-
-
-
-GstID3Tag::v2-tag
-gboolean
-
-rwx
-add version 2 tag
-Add version 2 tag at start of file.
-TRUE
+rw
+Target
+Optimize for quality or bitrate.
+Quality
@@ -498,206 +618,6 @@
0
-
-GstMPEGAudioParse::bitrate
-gint
-
-r
-Bitrate
-Bit Rate.
-0
-
-
-
-GstMPEGAudioParse::skip
-gint
-
-rw
-skip
-skip.
-0
-
-
-
-GstA52Dec::drc
-gboolean
-
-rw
-Dynamic Range Compression
-Use Dynamic Range Compression.
-FALSE
-
-
-
-GstA52Dec::lfe
-gboolean
-
-rw
-LFE
-LFE.
-TRUE
-
-
-
-GstA52Dec::mode
-GstA52DecMode
-
-rw
-Decoder Mode
-Decoding Mode (default 3f2r).
-3 Front, 2 Rear
-
-
-
-GstMPEGParse::adjust
-gboolean
-
-rw
-adjust
-Adjust timestamps to smooth discontinuities.
-TRUE
-
-
-
-GstMPEGParse::byte-offset
-guint64
-
-rw
-Byte Offset
-Emit reached-offset signal when the byte offset is reached.
-18446744073709551615
-
-
-
-GstMPEGParse::max-discont
-gint
->= 0
-rw
-Max Discont
-The maximum allowed SCR discontinuity.
-120000
-
-
-
-GstMPEGParse::sync
-gboolean
-
-rw
-Sync
-Synchronize on the stream SCR.
-FALSE
-
-
-
-GstMPEGParse::time-offset
-guint64
-
-r
-Time Offset
-Time offset in the stream.
-18446744073709551615
-
-
-
-GstMPEGParse::max-scr-gap
-gint
->= G_MAXULONG
-rw
-Max SCR gap
-Maximum allowed gap between expected and actual SCR values. -1 means never adjust.
-120000
-
-
-
-AC3IEC::raw-audio
-gboolean
-
-rw
-raw-audio
-If true, source pad caps are set to raw audio.
-FALSE
-
-
-
-GstDvdReadSrc::angle
-gint
-[1,999]
-rw
-angle
-angle.
-1
-
-
-
-GstDvdReadSrc::chapter
-gint
-[1,999]
-rw
-chapter
-chapter.
-1
-
-
-
-GstDvdReadSrc::device
-gchar*
-
-rw
-Device
-DVD device location.
-NULL
-
-
-
-GstDvdReadSrc::title
-gint
-[1,999]
-rw
-title
-title.
-1
-
-
-
-GstRDTManager::latency
-guint
-
-rw
-Buffer latency in ms
-Amount of ms to buffer.
-200
-
-
-
-GstAmrnbEnc::band-mode
-GstAmrnbEncBandMode
-
-rwx
-Band Mode
-Encoding Band Mode (Kbps).
-MR122
-
-
-
-GstCdioCddaSrc::read-speed
-gint
-[G_MAXULONG,100]
-rw
-Read speed
-Read from device at the specified speed (-1 = default).
--1
-
-
-
-GstPNMSrc::location
-gchar*
-
-rw
-PNM Location
-Location of the PNM url to read.
-NULL
-
-
GstTwoLame::ath-level
gfloat
@@ -848,96 +768,6 @@
0
-
-GstLameMP3Enc::bitrate
-gint
-[8,320]
-rw
-Bitrate (kb/s)
-Bitrate in kbit/sec (Only valid if target is bitrate, for CBR one of 8, 16, 24, 32, 40, 48, 56, 64, 80, 96, 112, 128, 160, 192, 224, 256 or 320).
-128
-
-
-
-GstLameMP3Enc::cbr
-gboolean
-
-rw
-CBR
-Enforce constant bitrate encoding (Only valid if target is bitrate).
-FALSE
-
-
-
-GstLameMP3Enc::encoding-engine-quality
-GstLameMP3EncEncodingEngineQuality
-
-rw
-Encoding Engine Quality
-Quality/speed of the encoding engine, this does not affect the bitrate!.
-Standard
-
-
-
-GstLameMP3Enc::fast-vbr
-gboolean
-
-rw
-Fast VBR
-Use fast VBR encoding.
-FALSE
-
-
-
-GstLameMP3Enc::mono
-gboolean
-
-rw
-Mono
-Enforce mono encoding.
-FALSE
-
-
-
-GstLameMP3Enc::target
-GstLameMP3EncTarget
-
-rw
-Target
-Optimize for quality or bitrate.
-Quality
-
-
-
-GstLameMP3Enc::vbr-quality
-gfloat
-[0,9.999]
-rw
-VBR Quality
-VBR Quality from 0 to 10, 0 being the best.
-4
-
-
-
-GstLameMP3Enc::quality
-gfloat
-[0,9.999]
-rw
-Quality
-VBR Quality from 0 to 10, 0 being the best (Only valid if target is quality).
-4
-
-
-
-GstAmrnbDec::variant
-GstAmrnbVariant
-
-rwx
-Variant
-The decoder variant.
-IF1
-
-
GstX264Enc::analyse
GstX264EncAnalyse
@@ -948,6 +778,16 @@
+
+GstX264Enc::aud
+gboolean
+
+rw
+AUD
+Use AU (Access Unit) delimiter.
+TRUE
+
+
GstX264Enc::b-adapt
gboolean
@@ -1219,12 +1059,62 @@
-GstX264Enc::aud
+GstMad::half
gboolean
rw
-AUD
-Use AU (Access Unit) delimiter.
+Half
+Generate PCM at 1/2 sample rate.
+FALSE
+
+
+
+GstMad::ignore-crc
+gboolean
+
+rw
+Ignore CRC
+Ignore CRC errors.
TRUE
+
+GstDvdReadSrc::angle
+gint
+[1,999]
+rw
+angle
+angle.
+1
+
+
+
+GstDvdReadSrc::chapter
+gint
+[1,999]
+rw
+chapter
+chapter.
+1
+
+
+
+GstDvdReadSrc::device
+gchar*
+
+rw
+Device
+DVD device location.
+NULL
+
+
+
+GstDvdReadSrc::title
+gint
+[1,999]
+rw
+title
+title.
+1
+
+
diff --git a/docs/plugins/gst-plugins-ugly-plugins.signals b/docs/plugins/gst-plugins-ugly-plugins.signals
index f42ee296b0..815519022c 100644
--- a/docs/plugins/gst-plugins-ugly-plugins.signals
+++ b/docs/plugins/gst-plugins-ugly-plugins.signals
@@ -1,10 +1,3 @@
-
-GstMPEGParse::reached-offset
-void
-f
-GstMPEGParse *gstmpegparse
-
-
GstRDTManager::clear-pt-map
void
@@ -48,3 +41,10 @@ guint arg1
guint arg2
+
+GstMPEGParse::reached-offset
+void
+f
+GstMPEGParse *gstmpegparse
+
+
diff --git a/docs/plugins/inspect/plugin-a52dec.xml b/docs/plugins/inspect/plugin-a52dec.xml
index 0e212a3790..55b0b689b6 100644
--- a/docs/plugins/inspect/plugin-a52dec.xml
+++ b/docs/plugins/inspect/plugin-a52dec.xml
@@ -3,10 +3,10 @@
Decodes ATSC A/52 encoded audio streams
../../ext/a52dec/.libs/libgsta52dec.so
libgsta52dec.so
- 0.10.15
+ 0.10.15.1
GPL
- GStreamer Ugly Plug-ins source release
+ GStreamer Ugly Plug-ins git
Unknown package origin
diff --git a/docs/plugins/inspect/plugin-amrnb.xml b/docs/plugins/inspect/plugin-amrnb.xml
index fb08454619..171d13bea2 100644
--- a/docs/plugins/inspect/plugin-amrnb.xml
+++ b/docs/plugins/inspect/plugin-amrnb.xml
@@ -3,10 +3,10 @@
Adaptive Multi-Rate Narrow-Band
../../ext/amrnb/.libs/libgstamrnb.so
libgstamrnb.so
- 0.10.15
+ 0.10.15.1
unknown
- GStreamer Ugly Plug-ins source release
+ GStreamer Ugly Plug-ins git
Unknown package origin
diff --git a/docs/plugins/inspect/plugin-amrwbdec.xml b/docs/plugins/inspect/plugin-amrwbdec.xml
index bd07845e97..3aa0d784dc 100644
--- a/docs/plugins/inspect/plugin-amrwbdec.xml
+++ b/docs/plugins/inspect/plugin-amrwbdec.xml
@@ -3,10 +3,10 @@
Adaptive Multi-Rate Wide-Band Decoder
../../ext/amrwbdec/.libs/libgstamrwbdec.so
libgstamrwbdec.so
- 0.10.15
+ 0.10.15.1
unknown
- GStreamer Ugly Plug-ins source release
+ GStreamer Ugly Plug-ins git
Unknown package origin
diff --git a/docs/plugins/inspect/plugin-asf.xml b/docs/plugins/inspect/plugin-asf.xml
index 6140201c76..0f14cde4a2 100644
--- a/docs/plugins/inspect/plugin-asf.xml
+++ b/docs/plugins/inspect/plugin-asf.xml
@@ -3,10 +3,10 @@
Demuxes and muxes audio and video in Microsofts ASF format
../../gst/asfdemux/.libs/libgstasf.so
libgstasf.so
- 0.10.15
+ 0.10.15.1
LGPL
- GStreamer Ugly Plug-ins source release
+ GStreamer Ugly Plug-ins git
Unknown package origin
diff --git a/docs/plugins/inspect/plugin-cdio.xml b/docs/plugins/inspect/plugin-cdio.xml
index 5f7425baad..0571ce2782 100644
--- a/docs/plugins/inspect/plugin-cdio.xml
+++ b/docs/plugins/inspect/plugin-cdio.xml
@@ -3,10 +3,10 @@
Read audio from audio CDs
../../ext/cdio/.libs/libgstcdio.so
libgstcdio.so
- 0.10.15
+ 0.10.15.1
GPL
- GStreamer Ugly Plug-ins source release
+ GStreamer Ugly Plug-ins git
Unknown package origin
diff --git a/docs/plugins/inspect/plugin-dvdlpcmdec.xml b/docs/plugins/inspect/plugin-dvdlpcmdec.xml
index df531d5d62..ec465a7c84 100644
--- a/docs/plugins/inspect/plugin-dvdlpcmdec.xml
+++ b/docs/plugins/inspect/plugin-dvdlpcmdec.xml
@@ -3,10 +3,10 @@
Decode DVD LPCM frames into standard PCM
../../gst/dvdlpcmdec/.libs/libgstdvdlpcmdec.so
libgstdvdlpcmdec.so
- 0.10.15
+ 0.10.15.1
LGPL
- GStreamer Ugly Plug-ins source release
+ GStreamer Ugly Plug-ins git
Unknown package origin
diff --git a/docs/plugins/inspect/plugin-dvdread.xml b/docs/plugins/inspect/plugin-dvdread.xml
index dbc287f589..09d0cfdce7 100644
--- a/docs/plugins/inspect/plugin-dvdread.xml
+++ b/docs/plugins/inspect/plugin-dvdread.xml
@@ -3,10 +3,10 @@
Access a DVD with dvdread
../../ext/dvdread/.libs/libgstdvdread.so
libgstdvdread.so
- 0.10.15
+ 0.10.15.1
GPL
- GStreamer Ugly Plug-ins source release
+ GStreamer Ugly Plug-ins git
Unknown package origin
diff --git a/docs/plugins/inspect/plugin-dvdsub.xml b/docs/plugins/inspect/plugin-dvdsub.xml
index 6bb5c13ac2..5c2c5d60ff 100644
--- a/docs/plugins/inspect/plugin-dvdsub.xml
+++ b/docs/plugins/inspect/plugin-dvdsub.xml
@@ -3,10 +3,10 @@
DVD subtitle parser and decoder
../../gst/dvdsub/.libs/libgstdvdsub.so
libgstdvdsub.so
- 0.10.15
+ 0.10.15.1
LGPL
- GStreamer Ugly Plug-ins source release
+ GStreamer Ugly Plug-ins git
Unknown package origin
diff --git a/docs/plugins/inspect/plugin-iec958.xml b/docs/plugins/inspect/plugin-iec958.xml
index 0665984132..f9dd2a68c2 100644
--- a/docs/plugins/inspect/plugin-iec958.xml
+++ b/docs/plugins/inspect/plugin-iec958.xml
@@ -3,10 +3,10 @@
Convert raw AC3 into IEC958 (S/PDIF) frames
../../gst/iec958/.libs/libgstiec958.so
libgstiec958.so
- 0.10.15
+ 0.10.15.1
LGPL
- GStreamer Ugly Plug-ins source release
+ GStreamer Ugly Plug-ins git
Unknown package origin
diff --git a/docs/plugins/inspect/plugin-lame.xml b/docs/plugins/inspect/plugin-lame.xml
index 8d22aa57d0..fff64ec818 100644
--- a/docs/plugins/inspect/plugin-lame.xml
+++ b/docs/plugins/inspect/plugin-lame.xml
@@ -3,10 +3,10 @@
Encode MP3s with LAME
../../ext/lame/.libs/libgstlame.so
libgstlame.so
- 0.10.15
+ 0.10.15.1
LGPL
- GStreamer Ugly Plug-ins source release
+ GStreamer Ugly Plug-ins git
Unknown package origin
diff --git a/docs/plugins/inspect/plugin-mad.xml b/docs/plugins/inspect/plugin-mad.xml
index f7e0253878..d23d5002ce 100644
--- a/docs/plugins/inspect/plugin-mad.xml
+++ b/docs/plugins/inspect/plugin-mad.xml
@@ -3,10 +3,10 @@
mp3 decoding based on the mad library
../../ext/mad/.libs/libgstmad.so
libgstmad.so
- 0.10.15
+ 0.10.15.1
GPL
- GStreamer Ugly Plug-ins source release
+ GStreamer Ugly Plug-ins git
Unknown package origin
diff --git a/docs/plugins/inspect/plugin-mpeg2dec.xml b/docs/plugins/inspect/plugin-mpeg2dec.xml
index ee8b0b1a8b..5751283e29 100644
--- a/docs/plugins/inspect/plugin-mpeg2dec.xml
+++ b/docs/plugins/inspect/plugin-mpeg2dec.xml
@@ -3,10 +3,10 @@
LibMpeg2 decoder
../../ext/mpeg2dec/.libs/libgstmpeg2dec.so
libgstmpeg2dec.so
- 0.10.15
+ 0.10.15.1
GPL
- GStreamer Ugly Plug-ins source release
+ GStreamer Ugly Plug-ins git
Unknown package origin
diff --git a/docs/plugins/inspect/plugin-mpegaudioparse.xml b/docs/plugins/inspect/plugin-mpegaudioparse.xml
index 5cc260d5d0..d43e1b00bd 100644
--- a/docs/plugins/inspect/plugin-mpegaudioparse.xml
+++ b/docs/plugins/inspect/plugin-mpegaudioparse.xml
@@ -3,10 +3,10 @@
MPEG-1 layer 1/2/3 audio stream elements
../../gst/mpegaudioparse/.libs/libgstmpegaudioparse.so
libgstmpegaudioparse.so
- 0.10.15
+ 0.10.15.1
LGPL
- GStreamer Ugly Plug-ins source release
+ GStreamer Ugly Plug-ins git
Unknown package origin
diff --git a/docs/plugins/inspect/plugin-mpegstream.xml b/docs/plugins/inspect/plugin-mpegstream.xml
index 96233ae7ce..0603ca7cd9 100644
--- a/docs/plugins/inspect/plugin-mpegstream.xml
+++ b/docs/plugins/inspect/plugin-mpegstream.xml
@@ -3,10 +3,10 @@
MPEG system stream parser
../../gst/mpegstream/.libs/libgstmpegstream.so
libgstmpegstream.so
- 0.10.15
+ 0.10.15.1
LGPL
- GStreamer Ugly Plug-ins source release
+ GStreamer Ugly Plug-ins git
Unknown package origin
diff --git a/docs/plugins/inspect/plugin-realmedia.xml b/docs/plugins/inspect/plugin-realmedia.xml
index 5d115d9274..aa2fc07800 100644
--- a/docs/plugins/inspect/plugin-realmedia.xml
+++ b/docs/plugins/inspect/plugin-realmedia.xml
@@ -3,10 +3,10 @@
RealMedia support plugins
../../gst/realmedia/.libs/libgstrmdemux.so
libgstrmdemux.so
- 0.10.15
+ 0.10.15.1
LGPL
- GStreamer Ugly Plug-ins source release
+ GStreamer Ugly Plug-ins git
Unknown package origin
diff --git a/docs/plugins/inspect/plugin-siddec.xml b/docs/plugins/inspect/plugin-siddec.xml
index 60770cccda..c44f08c991 100644
--- a/docs/plugins/inspect/plugin-siddec.xml
+++ b/docs/plugins/inspect/plugin-siddec.xml
@@ -3,10 +3,10 @@
Uses libsidplay to decode .sid files
../../ext/sidplay/.libs/libgstsid.so
libgstsid.so
- 0.10.15
+ 0.10.15.1
GPL
- GStreamer Ugly Plug-ins source release
+ GStreamer Ugly Plug-ins git
Unknown package origin
diff --git a/docs/plugins/inspect/plugin-twolame.xml b/docs/plugins/inspect/plugin-twolame.xml
index 1cf0958af3..f5cccc120c 100644
--- a/docs/plugins/inspect/plugin-twolame.xml
+++ b/docs/plugins/inspect/plugin-twolame.xml
@@ -3,10 +3,10 @@
Encode MP2s with TwoLAME
../../ext/twolame/.libs/libgsttwolame.so
libgsttwolame.so
- 0.10.15
+ 0.10.15.1
LGPL
- GStreamer Ugly Plug-ins source release
+ GStreamer Ugly Plug-ins git
Unknown package origin
diff --git a/docs/plugins/inspect/plugin-x264.xml b/docs/plugins/inspect/plugin-x264.xml
index de0562fd4a..67d96b4b08 100644
--- a/docs/plugins/inspect/plugin-x264.xml
+++ b/docs/plugins/inspect/plugin-x264.xml
@@ -3,10 +3,10 @@
libx264-based H264 plugins
../../ext/x264/.libs/libgstx264.so
libgstx264.so
- 0.10.15
+ 0.10.15.1
GPL
- GStreamer Ugly Plug-ins source release
+ GStreamer Ugly Plug-ins git
Unknown package origin
diff --git a/win32/common/config.h b/win32/common/config.h
index 6511184724..8c37a9e190 100644
--- a/win32/common/config.h
+++ b/win32/common/config.h
@@ -43,7 +43,7 @@
#define GST_LICENSE "LGPL"
/* package name in plugins */
-#define GST_PACKAGE_NAME "GStreamer Ugly Plug-ins source release"
+#define GST_PACKAGE_NAME "GStreamer Ugly Plug-ins git"
/* package origin */
#define GST_PACKAGE_ORIGIN "Unknown package origin"
@@ -224,7 +224,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 0.10.15"
+#define PACKAGE_STRING "GStreamer Ugly Plug-ins 0.10.15.1"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gst-plugins-ugly"
@@ -233,7 +233,7 @@
#undef PACKAGE_URL
/* Define to the version of this package. */
-#define PACKAGE_VERSION "0.10.15"
+#define PACKAGE_VERSION "0.10.15.1"
/* directory where plugins are located */
#ifdef _DEBUG
@@ -261,7 +261,7 @@
#undef STDC_HEADERS
/* Version number of package */
-#define VERSION "0.10.15"
+#define VERSION "0.10.15.1"
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */