mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-06 22:01:48 +00:00
2.99.5
git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@67 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
parent
ef247886e5
commit
703cbe3680
3 changed files with 11 additions and 3 deletions
|
|
@ -33,7 +33,7 @@
|
|||
#endif
|
||||
|
||||
#ifndef LINPHONE_VERSION
|
||||
#define LINPHONE_VERSION "2.99.4"
|
||||
#define LINPHONE_VERSION "2.99.5"
|
||||
#endif
|
||||
|
||||
#ifndef LIBLINPHONE_VERSION
|
||||
|
|
@ -54,8 +54,10 @@
|
|||
#define _(String) gettext(String)
|
||||
#endif
|
||||
#else
|
||||
#ifndef _
|
||||
#define _(something) (something)
|
||||
#endif
|
||||
#endif
|
||||
|
||||
void linphone_core_init_media_streams(LinphoneCore *lc);
|
||||
|
||||
|
|
|
|||
|
|
@ -21,14 +21,20 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
#include "config.h"
|
||||
#else
|
||||
#define PACKAGE_DATA_DIR "./"
|
||||
#define LINPHONE_VERSION "2.99.4"
|
||||
|
||||
#ifndef LINPHONE_VERSION
|
||||
#include "private.h" /*from coreapi */
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include "linphonecore.h"
|
||||
|
||||
#include <libintl.h>
|
||||
#ifndef _
|
||||
#define _(String) gettext (String)
|
||||
#endif
|
||||
|
||||
GdkPixbuf * create_pixbuf(const gchar *filename);
|
||||
void add_pixmap_directory(const gchar *directory);
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
[Setup]
|
||||
AppName=Linphone
|
||||
AppVerName=Linphone for windows 2.99.4 (gtk/glade interface based on liblinphone)
|
||||
AppVerName=Linphone for windows 2.99.5 (gtk/glade interface based on liblinphone)
|
||||
AppPublisher=linphone.org
|
||||
AppPublisherURL=http://www.linphone.org
|
||||
AppSupportURL=http://www.linphone.org
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue