~ubuntu-branches/ubuntu/trusty/pgagent/trusty

« back to all changes in this revision

Viewing changes to pgAgent.rc

  • Committer: Package Import Robot
  • Author(s): Gerfried Fuchs
  • Date: 2012-04-30 20:04:50 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20120430200450-y05reghn6ces1kd8
Tags: 3.2.1-1
* New upstream release.
* Relicense packaging under WTFPLv2.
* Add recommended targets build-{arch,indep} to debian/rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
//////////////////////////////////////////////////////////////////////////
2
2
//
3
3
// pgAgent - PostgreSQL Tools
4
 
// $Id: pgAgent.rc 8019 2009-09-01 11:59:21Z dpage $
5
 
// Copyright (C) 2002 - 2009, The pgAdmin Development Team
6
 
// This software is released under the BSD Licence
 
4
// $Id$
 
5
// Copyright (C) 2002 - 2012, The pgAdmin Development Team
 
6
// This software is released under the PostgreSQL Licence
7
7
//
8
8
// pgAgent.rc - win32 Resources
9
9
//
16
16
 
17
17
 
18
18
VS_VERSION_INFO VERSIONINFO
19
 
FILEVERSION    3,0,1,0
20
 
PRODUCTVERSION 3,0,1,0
 
19
FILEVERSION    3,2,1,0
 
20
PRODUCTVERSION 3,2,1,0
21
21
FILEOS         VOS__WINDOWS32
22
22
FILETYPE       VFT_APP
23
23
BEGIN
25
25
    BEGIN
26
26
        BLOCK "040904E4"
27
27
        BEGIN
28
 
            VALUE "FileVersion",     "3.0.1", "\0"
29
 
            VALUE "File Version",    "3.0.1", "\0"
 
28
            VALUE "FileVersion",     "3.2.1", "\0"
 
29
            VALUE "File Version",    "3.2.1", "\0"
30
30
            VALUE "FileDescription", "pgAgent - PostgreSQL Scheduling Agent", "\0"
31
 
            VALUE "LegalCopyright",  "\251 2002 - 2009, The pgAdmin Development Team", "\0"
32
 
            VALUE "LegalTrademarks", "This software is released under the BSD License.", "\0"
 
31
            VALUE "LegalCopyright",  "\251 2002 - 2012, The pgAdmin Development Team", "\0"
 
32
            VALUE "LegalTrademarks", "This software is released under the PostgreSQL Licence.", "\0"
33
33
            VALUE "InternalName",    "pgAgent", "\0"
34
34
            VALUE "OriginalFilename","pgagent.exe", "\0"
35
35
            VALUE "ProductName",     "pgAgent", "\0"
36
 
            VALUE "ProductVersion",  "3.0.1", "\0"
 
36
            VALUE "ProductVersion",  "3.2.1", "\0"
37
37
        END
38
38
    END
39
39
    BLOCK "VarFileInfo"