~ubuntu-branches/ubuntu/trusty/psqlodbc/trusty-proposed

« back to all changes in this revision

Viewing changes to version.h

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Berg
  • Date: 2011-04-05 14:48:23 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20110405144823-n77supsa1hjj0ik6
Tags: 1:09.00.0200-1
* New upstream release.
* Fix installing {A,W}/usr/lib/odbc.  Closes: #618210.
* Convert to 3.0 (quilt).
* Remove psqlodbc-580878.diff: implemented upstream.
* Remove psqlodbc-585476.diff: was caused by #519006 which is now closed.
* Update description, suggested by Martin Eberhard Schauer.
  Closes: #565611.
* New maintainer.  Closes: #472818.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
#ifndef __VERSION_H__
10
10
#define __VERSION_H__
11
11
 
12
 
#define POSTGRESDRIVERVERSION           "08.03.0200"
13
 
#define POSTGRES_RESOURCE_VERSION       "08.03.0200\0"
14
 
#define PG_DRVFILE_VERSION              8,3,02,00
15
 
#define PG_BUILD_VERSION                "200805030001"
 
12
#define POSTGRESDRIVERVERSION           "09.00.0200"
 
13
#define POSTGRES_RESOURCE_VERSION       "09.00.0200\0"
 
14
#define PG_DRVFILE_VERSION              9,0,02,00
 
15
#define PG_BUILD_VERSION                "201010300001"
16
16
 
17
17
#endif