~ubuntu-branches/debian/squeeze/pgadmin3/squeeze

« back to all changes in this revision

Viewing changes to pgadmin/include/version.h

  • Committer: Bazaar Package Importer
  • Author(s): Gerfried Fuchs
  • Date: 2009-12-17 20:34:00 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20091217203400-tlnmt4m3v7udjp0h
Tags: 1.10.1-1
* New upstream release, containing fix for:
  - default value in function parameters not shown (closes: #547940)
  - cannot open files without dot in names for restore (closes: #451038)
* Suggest postgresql-contrib (closes: #503291)
* Set myself as Maintainer and remove Raphael. Thanks for his work so far.
* Switch Uploaders and Maintainer role to better describe reality.
* Bump to Standards-Version to 3.8.3.
* Update to debhelper level 7, use dh_prep instead of dh_clean -k.

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 7946 2009-06-27 17:18:02Z dpage $
 
4
// RCS-ID:      $Id: version.h 8107 2009-12-03 12:44:06Z dpage $
5
5
// Copyright (C) 2002 - 2009, The pgAdmin Development Team
6
6
// This software is released under the BSD Licence
7
7
//
13
13
#define VERSION_H
14
14
 
15
15
// Application Versions
16
 
#define VERSION_STR     wxT("1.10.0")
17
 
#define VERSION_NUM     1,10,0,6
18
 
#define VERSION_PACKAGE 1.10.0
 
16
#define VERSION_STR     wxT("1.10.1")
 
17
#define VERSION_NUM     1,10,1,0
 
18
#define VERSION_PACKAGE 1.10.1
19
19
 
20
20
#define PRERELEASE 0
21
21
// #define BUILD "..."