~ubuntu-branches/ubuntu/lucid/pgadmin3/lucid

« back to all changes in this revision

Viewing changes to pgadmin/include/version.h

  • Committer: Bazaar Package Importer
  • Author(s): Gerfried Fuchs
  • Date: 2010-03-13 22:03:30 UTC
  • mfrom: (6.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100313220330-8zoiiigr1ujwdws5
Tags: 1.10.2-1
* New upstream bugfix release.
* Fix typo: s/informations/information/g in debian/*.
* Explicitly call set -e and don't hand -e on the hashbang line.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
//////////////////////////////////////////////////////////////////////////
2
2
//
3
3
// pgAdmin III - PostgreSQL Tools
4
 
// RCS-ID:      $Id: version.h 8107 2009-12-03 12:44:06Z dpage $
5
 
// Copyright (C) 2002 - 2009, The pgAdmin Development Team
6
 
// This software is released under the BSD Licence
 
4
// RCS-ID:      $Id: version.h 8215 2010-03-08 20:58:17Z guillaume $
 
5
// Copyright (C) 2002 - 2010, The pgAdmin Development Team
 
6
// This software is released under the PostgreSQL Licence
7
7
//
8
8
// version.h - pgAdmin version info
9
9
//
13
13
#define VERSION_H
14
14
 
15
15
// Application Versions
16
 
#define VERSION_STR     wxT("1.10.1")
17
 
#define VERSION_NUM     1,10,1,0
18
 
#define VERSION_PACKAGE 1.10.1
 
16
#define VERSION_STR     wxT("1.10.2")
 
17
#define VERSION_NUM     1,10,2,0
 
18
#define VERSION_PACKAGE 1.10.2
19
19
 
20
20
#define PRERELEASE 0
21
21
// #define BUILD "..."