Skip to content

Commit 991b32a

Browse files
committed
Renamed resource file and moved version to a separate file.
1 parent e140245 commit 991b32a

2 files changed

Lines changed: 7 additions & 13 deletions

File tree

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,9 @@
11
#include "winver.h"
2-
3-
#define THIS_PROJECT_VERSION_NUM 2,3,1
4-
#define THIS_PROJECT_VERSION_STRING "2.3.1 (2019-02-26)"
5-
6-
/////////////////////////////////////////////////////////////////////////////
7-
//
8-
// Version
9-
//
10-
/////////////////////////////////////////////////////////////////////////////
2+
#include "ImageMagick.version.h"
113

124
VS_VERSION_INFO VERSIONINFO
13-
FILEVERSION THIS_PROJECT_VERSION_NUM
14-
PRODUCTVERSION THIS_PROJECT_VERSION_NUM
5+
FILEVERSION DELEGATE_VERSION_NUM
6+
PRODUCTVERSION DELEGATE_VERSION_NUM
157
FILEFLAGSMASK 0x3fL
168
#ifdef _DEBUG
179
FILEFLAGS 0x1L
@@ -30,8 +22,8 @@ BEGIN
3022
VALUE "FileDescription", "ImageMagick library and utility programs\0"
3123
VALUE "OriginalFilename", "OpenJPEG\0"
3224
VALUE "InternalName", "ImageMagick\0"
33-
VALUE "FileVersion", THIS_PROJECT_VERSION_STRING "\0"
34-
VALUE "ProductVersion", THIS_PROJECT_VERSION_STRING "\0"
25+
VALUE "FileVersion", DELEGATE_VERSION_STRING "\0"
26+
VALUE "ProductVersion", DELEGATE_VERSION_STRING "\0"
3527
VALUE "CompanyName", "Communications and Remote Sensing Lab\0"
3628
VALUE "LegalCopyright", "Copyright � 2002-2013 Communications and Remote Sensing Lab\0"
3729
VALUE "Comments", "http://www.openjpeg.org/\0"

ImageMagick/ImageMagick.version.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#define DELEGATE_VERSION_NUM 2,3,1
2+
#define DELEGATE_VERSION_STRING "2.3.1 (2019-02-26)"

0 commit comments

Comments
 (0)