~ubuntu-branches/ubuntu/raring/polyglot/raring

« back to all changes in this revision

Viewing changes to config.h

  • Committer: Bazaar Package Importer
  • Author(s): Oliver Korff
  • Date: 2010-01-16 10:52:58 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20100116105258-fzpvrh7sap08ofqh
Tags: 1.4.56b-1
New upstream version, fixes a bug on linux with a not existing 
engine command

Show diffs side-by-side

added added

removed removed

Lines of Context:
115
115
#define PACKAGE_NAME "polyglot"
116
116
 
117
117
/* Define to the full name and version of this package. */
118
 
#define PACKAGE_STRING "polyglot 1.4.55b"
 
118
#define PACKAGE_STRING "polyglot 1.4.56b"
119
119
 
120
120
/* Define to the one symbol short name of this package. */
121
121
#define PACKAGE_TARNAME "polyglot"
122
122
 
 
123
/* Define to the home page for this package. */
 
124
#define PACKAGE_URL ""
 
125
 
123
126
/* Define to the version of this package. */
124
 
#define PACKAGE_VERSION "1.4.55b"
 
127
#define PACKAGE_VERSION "1.4.56b"
125
128
 
126
129
/* Define as the return type of signal handlers (`int' or `void'). */
127
130
#define RETSIGTYPE void
142
145
#define TIME_WITH_SYS_TIME 1
143
146
 
144
147
/* Version number of package */
145
 
#define VERSION "1.4.55b"
 
148
#define VERSION "1.4.56b"
146
149
 
147
150
/* Define to empty if `const' does not conform to ANSI C. */
148
151
/* #undef const */