changeset 2473:119cca341280 trunk

[svn] - define __AUDACIOUS_INPUT_PLUGIN_API__ to 2 by request of shd
author nenolod
date Sat, 03 Feb 2007 11:19:07 -0800
parents 11693bd0d48e
children 960acc94fcb7
files ChangeLog src/audacious/build_stamp.c src/audacious/plugin.h
diffstat 3 files changed, 10 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat Feb 03 03:25:10 2007 -0800
+++ b/ChangeLog	Sat Feb 03 11:19:07 2007 -0800
@@ -1,3 +1,11 @@
+2007-02-03 11:25:10 +0000  Strahinja Kustudi <kustodian@gmail.com>
+  revision [3954]
+  Updated Serbian translations.
+  trunk/po/sr.po      |    4 ++--
+  trunk/po/sr@Latn.po |    4 ++--
+  2 files changed, 4 insertions(+), 4 deletions(-)
+
+
 2007-02-02 22:21:12 +0000  William Pitcock <nenolod@sacredspiral.co.uk>
   revision [3952]
   - run make update-po to update what works of tr.po to 1.3 automatically
--- a/src/audacious/build_stamp.c	Sat Feb 03 03:25:10 2007 -0800
+++ b/src/audacious/build_stamp.c	Sat Feb 03 11:19:07 2007 -0800
@@ -1,2 +1,2 @@
 #include <glib.h>
-const gchar *svn_stamp = "20070202-3952";
+const gchar *svn_stamp = "20070203-3954";
--- a/src/audacious/plugin.h	Sat Feb 03 03:25:10 2007 -0800
+++ b/src/audacious/plugin.h	Sat Feb 03 11:19:07 2007 -0800
@@ -51,6 +51,7 @@
 #define LOWLEVEL_PLUGIN(x) ((LowlevelPlugin *)(x))
 
 #define __AUDACIOUS_NEWVFS__
+#define __AUDACIOUS_INPUT_PLUGIN_API__ 2
 
 typedef enum {
     FMT_U8,