~ubuntu-branches/ubuntu/gutsy/psqlodbc/gutsy

« back to all changes in this revision

Viewing changes to version.h

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2004-05-13 10:47:36 UTC
  • Revision ID: james.westby@ubuntu.com-20040513104736-a530gmn0p3knep89
Tags: upstream-07.03.0200
ImportĀ upstreamĀ versionĀ 07.03.0200

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           "07.03.0200"
 
13
#define POSTGRES_RESOURCE_VERSION       "07.03.0200\0"
 
14
#define PG_DRVFILE_VERSION              7,3,2,0
 
15
 
 
16
#endif