~bkerensa/ubuntu/raring/yasm/fix-for-1064341

« back to all changes in this revision

Viewing changes to Mkfiles/vc9/config.h

  • Committer: Bazaar Package Importer
  • Author(s): Steve Stalcup
  • Date: 2008-07-12 08:16:01 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080712081601-eu41f3am12a50cm5
Tags: 0.7.1-0ubuntu1
* New upstream release (LP: #243460)
* Apply debian-maintiner-feild spec
* Bumped standards version to 3.8.0 (no change)

Show diffs side-by-side

added added

removed removed

Lines of Context:
117
117
#define PACKAGE_BUGREPORT "bug-yasm@tortall.net"
118
118
 
119
119
/* Define to build version of this package. */
120
 
#define PACKAGE_BUILD "2066"
 
120
#define PACKAGE_BUILD "2093"
121
121
 
122
122
/* Define to internal version of this package. */
123
 
#define PACKAGE_INTVER "0.7.0"
 
123
#define PACKAGE_INTVER "0.7.1"
124
124
 
125
125
/* Define to the full name of this package. */
126
126
#define PACKAGE_NAME "yasm"
127
127
 
128
128
/* Define to the full name and version of this package. */
129
 
#define PACKAGE_STRING "yasm 0.7.0"
 
129
#define PACKAGE_STRING "yasm 0.7.1"
130
130
 
131
131
/* Define to the one symbol short name of this package. */
132
132
#define PACKAGE_TARNAME "yasm"
133
133
 
134
134
/* Define to the version of this package. */
135
 
#define PACKAGE_VERSION "0.7.0"
 
135
#define PACKAGE_VERSION "0.7.1"
136
136
 
137
137
/* Define if the C compiler supports function prototypes. */
138
138
#define PROTOTYPES 1
156
156
#define STDC_HEADERS 1
157
157
 
158
158
/* Version number of package */
159
 
#define VERSION "0.7.0"
 
159
#define VERSION "0.7.1"
160
160
 
161
161
/* Define if using the dmalloc debugging malloc package */
162
162
/* #undef WITH_DMALLOC */