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

« back to all changes in this revision

Viewing changes to pgaevent/pgamsgevent.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: pgamsgevent.rc 6929 2008-01-01 23:54:26Z dpage $
5
 
// Copyright (C) 2002 - 2009, The pgAdmin Development Team
6
 
// This software is released under the BSD Licence
 
4
// 
 
5
// Copyright (C) 2002 - 2012, The pgAdmin Development Team
 
6
// This software is released under the PostgreSQL Licence
7
7
//
8
8
// pgaevent.rc - win32 Resources
9
9
//
19
19
 
20
20
 
21
21
VS_VERSION_INFO VERSIONINFO 
22
 
FILEVERSION    3,0,1,0
23
 
PRODUCTVERSION 3,0,1,0
 
22
FILEVERSION    3,2,1,0
 
23
PRODUCTVERSION 3,2,1,0
24
24
FILEOS         VOS__WINDOWS32
25
25
FILETYPE       VFT_APP
26
26
BEGIN
28
28
    BEGIN
29
29
        BLOCK "040904E4"
30
30
        BEGIN 
31
 
            VALUE "FileVersion",     "3.0.1", "\0"
32
 
            VALUE "File Version",    "3.0.1", "\0"
 
31
            VALUE "FileVersion",     "3.2.1", "\0"
 
32
            VALUE "File Version",    "3.2.1", "\0"
33
33
            VALUE "FileDescription", "pgaevent - pgAgent Event Log Message DLL", "\0"
34
 
            VALUE "LegalCopyright",  "\251 2002 - 2009, The pgAdmin Development Team", "\0"
35
 
            VALUE "LegalTrademarks", "This software is released under the BSD License.", "\0"
 
34
            VALUE "LegalCopyright",  "\251 2002 - 2012, The pgAdmin Development Team", "\0"
 
35
            VALUE "LegalTrademarks", "This software is released under the PostgreSQL Licence.", "\0"
36
36
            VALUE "InternalName",    "pgaevent", "\0"
37
37
            VALUE "OriginalFilename","pgaevent.dll", "\0"
38
38
            VALUE "ProductName",     "pgAgent", "\0"
39
 
            VALUE "ProductVersion",  "3.0.1", "\0"
 
39
            VALUE "ProductVersion",  "3.2.1", "\0"
40
40
        END
41
41
    END
42
42
    BLOCK "VarFileInfo"