~ubuntu-branches/ubuntu/oneiric/soqt/oneiric

« back to all changes in this revision

Viewing changes to build/msvc7/src/config-release.h

  • Committer: Bazaar Package Importer
  • Author(s): Steve M. Robbins
  • Date: 2009-03-01 11:41:00 UTC
  • mfrom: (1.1.4 upstream) (5.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20090301114100-f4zz3n1oasa52fgk
Tags: 1.4.2~svn20090224-2
* Upload upstream SVN head version containing fixes to build with Coin 3
  (Closes: #515729, #515736, #515742).  Upstream indicated to me that
  SVN is stable enough to release.

* control: Update Standards-Version to 3.8.0; no changes required.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
/* Open Inventor extensions */
11
11
#define COIN_IV_EXTENSIONS 
12
12
 
 
13
/* Version string for Qt */
 
14
#define GUI_TOOLKIT_VERSION "422"
 
15
 
13
16
/* The CPP compiler has a variable containing the current function name */
14
17
#define HAVE_CPP_COMPILER_FUNCTION_NAME_VAR __FUNCTION__
15
18
 
137
140
#define PACKAGE_NAME "SoQt"
138
141
 
139
142
/* Define to the full name and version of this package. */
140
 
#define PACKAGE_STRING "SoQt 1.4.1"
 
143
#define PACKAGE_STRING "SoQt 1.4.2a"
141
144
 
142
145
/* Define to the one symbol short name of this package. */
143
146
#define PACKAGE_TARNAME "soqt"
144
147
 
145
148
/* Define to the version of this package. */
146
 
#define PACKAGE_VERSION "1.4.1"
 
149
#define PACKAGE_VERSION "1.4.2a"
147
150
 
148
151
/* define this to the SoQt beta version letter */
149
 
/* #undef SOQT_BETA_VERSION */
 
152
#define SOQT_BETA_VERSION a
150
153
 
151
154
/* Define to the major version of SoQt */
152
155
#define SOQT_MAJOR_VERSION 1
153
156
 
154
157
/* Define to the micro version of SoQt */
155
 
#define SOQT_MICRO_VERSION 1
 
158
#define SOQT_MICRO_VERSION 2
156
159
 
157
160
/* Define to the minor version of SoQt */
158
161
#define SOQT_MINOR_VERSION 4
159
162
 
160
163
/* Version string for SoQt */
161
 
#define SOQT_VERSION "1.4.1"
 
164
#define SOQT_VERSION "1.4.2a"
162
165
 
163
166
/* Define to 1 if you have the ANSI C header files. */
164
167
/* #undef STDC_HEADERS */
165
168
 
166
169
/* Version number of package */
167
 
#define VERSION "1.4.1"
 
170
#define VERSION "1.4.2a"
168
171
 
169
172
/* Define this if you want defaults to be linked into SoXt */
170
173
#define WITH_STATIC_DEFAULTS