~ubuntu-branches/ubuntu/maverick/apvlv/maverick

« back to all changes in this revision

Viewing changes to src/config.hpp

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Ritter
  • Date: 2010-04-07 11:13:08 UTC
  • mfrom: (1.3.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20100407111308-6yozdlrcyv6bs5aq
Tags: 0.0.9.5-1
New upstream release (Closes: #576081, #576082)

Show diffs side-by-side

added added

removed removed

Lines of Context:
154
154
#define PACKAGE_NAME "apvlv"
155
155
 
156
156
/* Define to the full name and version of this package. */
157
 
#define PACKAGE_STRING "apvlv 0.0.9.3"
 
157
#define PACKAGE_STRING "apvlv 0.0.9.5"
158
158
 
159
159
/* Define to the one symbol short name of this package. */
160
160
#define PACKAGE_TARNAME "apvlv"
161
161
 
162
162
/* Define to the version of this package. */
163
 
#define PACKAGE_VERSION "0.0.9.3"
 
163
#define PACKAGE_VERSION "0.0.9.5"
164
164
 
165
165
/* The prefix path */
166
166
#define PREFIX "/usr/local"
167
167
 
168
168
/* The release number of package */
169
 
#define RELEASE "290"
 
169
#define RELEASE "300"
170
170
 
171
171
/* Define to 1 if you have the ANSI C header files. */
172
172
#define STDC_HEADERS 1
178
178
#define TIME_WITH_SYS_TIME 1
179
179
 
180
180
/* Version number of package */
181
 
#define VERSION "0.0.9.3"
 
181
#define VERSION "0.0.9.5"
182
182
 
183
183
/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
184
184
/* #undef _LARGEFILE_SOURCE */