~ubuntu-branches/ubuntu/vivid/linphone/vivid

« back to all changes in this revision

Viewing changes to config.h

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2010-06-07 22:14:41 UTC
  • mfrom: (1.3.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100607221441-sbk1n7hp0mzu1rze
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
118
118
#define LINPHONE_PLUGINS_DIR "/usr/local/lib/liblinphone/plugins"
119
119
 
120
120
/* Linphone's version number */
121
 
#define LINPHONE_VERSION "3.3.0"
 
121
#define LINPHONE_VERSION "3.3.1"
122
122
 
123
123
/* Define to the sub-directory in which libtool stores uninstalled libraries.
124
124
   */
146
146
#define PACKAGE_SOUND_DIR "/usr/local/share/sounds/linphone"
147
147
 
148
148
/* Define to the full name and version of this package. */
149
 
#define PACKAGE_STRING "linphone 3.3.0"
 
149
#define PACKAGE_STRING "linphone 3.3.1"
150
150
 
151
151
/* Define to the one symbol short name of this package. */
152
152
#define PACKAGE_TARNAME "linphone"
155
155
#define PACKAGE_URL ""
156
156
 
157
157
/* Define to the version of this package. */
158
 
#define PACKAGE_VERSION "3.3.0"
 
158
#define PACKAGE_VERSION "3.3.1"
159
159
 
160
160
/* Define to 1 if you have the ANSI C header files. */
161
161
#define STDC_HEADERS 1
164
164
/* #undef USE_BUILDDATE_VERSION */
165
165
 
166
166
/* Version number of package */
167
 
#define VERSION "3.3.0"
 
167
#define VERSION "3.3.1"
168
168
 
169
169
/* defined if video support is available */
170
170
#define VIDEO_ENABLED 1