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

« back to all changes in this revision

Viewing changes to version.h

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2013-10-24 07:21:55 UTC
  • mfrom: (16.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20131024072155-xlf5odyk3iblcd51
Tags: 1:09.02.0100-2ubuntu1
* Merge with Debian unstable. Remaining Ubuntu changes:
  - debian/tests: Disable iodbc test and dependency, as in Ubuntu iodbc and
    unixodbc are not installable in parallel, and iodbc is obsolete and
    should be removed at some point.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* File:                        version.h
2
 
 *
3
 
 * Description:         This file defines the driver version.
4
 
 *
5
 
 * Comments:            See "notice.txt" for copyright and license information.
6
 
 *
7
 
 */
8
 
 
9
 
#ifndef __VERSION_H__
10
 
#define __VERSION_H__
11
 
 
12
 
#define POSTGRESDRIVERVERSION           "09.01.0200"
13
 
#define POSTGRES_RESOURCE_VERSION       "09.01.0200\0"
14
 
#define PG_DRVFILE_VERSION              9,1,02,00
15
 
#define PG_BUILD_VERSION                "201208160000"
16
 
 
17
 
#endif
 
1
/* File:                        version.h
 
2
 *
 
3
 * Description:         This file defines the driver version.
 
4
 *
 
5
 * Comments:            See "readme.txt" for copyright and license information.
 
6
 *
 
7
 */
 
8
 
 
9
#ifndef __VERSION_H__
 
10
#define __VERSION_H__
 
11
 
 
12
#define POSTGRESDRIVERVERSION           "09.02.0100"
 
13
#define POSTGRES_RESOURCE_VERSION       "09.02.0100\0"
 
14
#define PG_DRVFILE_VERSION              9,2,01,00
 
15
#define PG_BUILD_VERSION                "201306020000"
 
16
 
 
17
#endif