~ubuntu-branches/ubuntu/vivid/apvlv/vivid

« back to all changes in this revision

Viewing changes to src/config.hpp

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Ritter
  • Date: 2010-01-07 09:17:00 UTC
  • mfrom: (1.3.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100107091700-g8xuigepst2bzq0d
Tags: 0.0.9-1
New upstream release (Closes: #562495)
Thanks to Daniel Friesel for the manpage

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.8.1"
 
157
#define PACKAGE_STRING "apvlv 0.0.9"
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.8.1"
 
163
#define PACKAGE_VERSION "0.0.9"
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 "260"
 
169
#define RELEASE "266"
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.8.1"
 
181
#define VERSION "0.0.9"
182
182
 
183
183
/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
184
184
/* #undef _LARGEFILE_SOURCE */