~ubuntu-branches/ubuntu/natty/suitesparse/natty

« back to all changes in this revision

Viewing changes to BTF/Include/btf.h

  • Committer: Bazaar Package Importer
  • Author(s): Rafael Laboissiere, Rafael Laboissiere, Ondrej Certik
  • Date: 2008-02-21 14:46:50 UTC
  • mfrom: (1.1.2 upstream) (5.1.1 hardy)
  • Revision ID: james.westby@ubuntu.com-20080221144650-tgeppgj0t7s759i8
Tags: 3.1.0-3
[ Rafael Laboissiere ]
* Upload to unstable

[ Ondrej Certik ]
* XS-DM-Upload-Allowed: yes field added
* Ondrej Certik added to uploaders

Show diffs side-by-side

added added

removed removed

Lines of Context:
250
250
 *      #endif
251
251
 */
252
252
 
253
 
#define BTF_DATE "May 31, 2007"
 
253
#define BTF_DATE "Nov 1, 2007"
254
254
#define BTF_VERSION_CODE(main,sub) ((main) * 1000 + (sub))
255
255
#define BTF_MAIN_VERSION 1
256
256
#define BTF_SUB_VERSION 0
257
 
#define BTF_SUBSUB_VERSION 0
 
257
#define BTF_SUBSUB_VERSION 1
258
258
#define BTF_VERSION BTF_VERSION_CODE(BTF_MAIN_VERSION,BTF_SUB_VERSION)
259
259
 
260
260
#ifdef __cplusplus