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

« back to all changes in this revision

Viewing changes to version.h

  • Committer: Package Import Robot
  • Author(s): Christoph Berg
  • Date: 2011-12-30 19:09:04 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20111230190904-pmdip68ou7i4vzk8
Tags: 1:09.01.0100-1
New upgrade release.

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           "09.00.0310"
13
 
#define POSTGRES_RESOURCE_VERSION       "09.00.0310\0"
14
 
#define PG_DRVFILE_VERSION              9,0,03,10
15
 
#define PG_BUILD_VERSION                "201107030001"
 
12
#define POSTGRESDRIVERVERSION           "09.01.0100"
 
13
#define POSTGRES_RESOURCE_VERSION       "09.01.0100\0"
 
14
#define PG_DRVFILE_VERSION              9,1,01,00
 
15
#define PG_BUILD_VERSION                "201112290002"
16
16
 
17
17
#endif