~ubuntu-branches/ubuntu/quantal/zeroc-ice/quantal

« back to all changes in this revision

Viewing changes to cpp/src/IceStorm/IceStormAdmin.rc

  • Committer: Bazaar Package Importer
  • Author(s): Cleto Martin Angelina
  • Date: 2011-04-25 18:44:24 UTC
  • mfrom: (6.1.14 sid)
  • Revision ID: james.westby@ubuntu.com-20110425184424-sep9i9euu434vq4c
Tags: 3.4.1-7
* Bug fix: "libdb5.1-java.jar was renamed to db.jar", thanks to Ondřej
  Surý (Closes: #623555).
* Bug fix: "causes noise in php5", thanks to Jayen Ashar (Closes:
  #623533).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#include "winver.h"
2
2
 
3
3
VS_VERSION_INFO VERSIONINFO
4
 
 FILEVERSION 3,3,1,0
5
 
 PRODUCTVERSION 3,3,1,0
 
4
 FILEVERSION 3,4,1,0
 
5
 PRODUCTVERSION 3,4,1,0
6
6
 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
7
7
#ifdef _DEBUG
8
8
 FILEFLAGS VS_FF_DEBUG
19
19
        BEGIN
20
20
            VALUE "CompanyName", "ZeroC, Inc.\0"
21
21
            VALUE "FileDescription", "IceStorm Admin\0"
22
 
            VALUE "FileVersion", "3.3.1\0"
 
22
            VALUE "FileVersion", "3.4.1\0"
23
23
            VALUE "InternalName", "icestormadmin\0"
24
 
            VALUE "LegalCopyright", "Copyright (c) 2003-2009 ZeroC, Inc.  All rights reserved.\0"
 
24
            VALUE "LegalCopyright", "Copyright (c) 2003-2010 ZeroC, Inc.  All rights reserved.\0"
25
25
            VALUE "OriginalFilename", "icestormadmin.exe\0"
26
26
            VALUE "ProductName", "Ice\0"
27
 
            VALUE "ProductVersion", "3.3.1\0"
 
27
            VALUE "ProductVersion", "3.4.1\0"
28
28
        END
29
29
    END
30
30
    BLOCK "VarFileInfo"