~ubuntu-branches/ubuntu/vivid/log4shib/vivid

« back to all changes in this revision

Viewing changes to msvc6/log4shibDLL/log4shibDLL.rc

  • Committer: Package Import Robot
  • Author(s): Russ Allbery
  • Date: 2013-06-25 16:11:47 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20130625161147-80aoffvyaw7k1xj9
Tags: 1.0.8-1
* New upstream release.
  - Use upstream fix for converting the thread ID to a string.
* Move doxygen and graphviz to Build-Depends-Indep now that the buildds
  have proper arch-specific build support.  The upstream build system
  should automatically decline to build the documentation if those
  packages aren't installed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
//
11
11
 
12
12
VS_VERSION_INFO VERSIONINFO
13
 
 FILEVERSION 1,0,4,0
14
 
 PRODUCTVERSION 1,0,4,0
 
13
 FILEVERSION 1,0,8,0
 
14
 PRODUCTVERSION 1,0,8,0
15
15
 FILEFLAGSMASK 0x3fL
16
16
#ifdef _DEBUG
17
17
 FILEFLAGS 0x1L
30
30
            VALUE "CompanyName", "Internet2\0"
31
31
            VALUE "ContributingAuthors", "Cedric Le Goater, Marc Welz, others. See documentation for complete list\0"     
32
32
            VALUE "FileDescription", "Log library for C++ DLL\0"
33
 
            VALUE "FileVersion", "1.0.4\0"
 
33
            VALUE "FileVersion", "1.0.8\0"
34
34
            VALUE "InternalName", "log4shib\0"
35
 
            VALUE "LegalCopyright", "Copyright � 2000-2002 the Log4cpp Project, others\0"
 
35
            VALUE "LegalCopyright", "Copyright � 2000-2013 the Log4cpp Project, others\0"
36
36
            VALUE "LegalTrademarks", "\0"
37
37
#ifdef _DEBUG
38
38
            VALUE "OriginalFilename", "log4shib1_0D.dll\0"
41
41
#endif
42
42
            VALUE "PrivateBuild", "\0"
43
43
            VALUE "ProductName", "Log library for C++\0"
44
 
            VALUE "ProductVersion", "1.0.4\0"
 
44
            VALUE "ProductVersion", "1.0.8\0"
45
45
            VALUE "SpecialBuild", "\0"
46
46
        END
47
47
    END