Skip to content

Commit 334f806

Browse files
committed
update version
1 parent ddc5ea6 commit 334f806

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tools/colorer/ConsoleToolsRunner.rc

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ BEGIN
2222
VALUE "FileDescription", FILE_DESCRIPTION
2323
VALUE "FileVersion", VER_FILEVERSION_STR
2424
VALUE "InternalName", "Colorer"
25-
VALUE "LegalCopyright", "� 1999-2009 Igor Russkih, � 2009-2016 Aleksey Dobrunov"
25+
VALUE "LegalCopyright", "� 1999-2009 Igor Russkih, � 2009-2018 Aleksey Dobrunov"
2626
VALUE "OriginalFilename", "colorer.exe"
2727
VALUE "ProductName", "Colorer console tools"
2828
VALUE "ProductVersion", VER_PRODUCTVERSION_STR

tools/colorer/version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#define VER_FILEVERSION 1,0,2,0
2-
#define VER_FILEVERSION_STR "1.0.2.0"
1+
#define VER_FILEVERSION 1,0,3,0
2+
#define VER_FILEVERSION_STR "1.0.3.0"
33

44
#define VER_PRODUCTVERSION VER_FILEVERSION
55
#define VER_PRODUCTVERSION_STR VER_FILEVERSION_STR

0 commit comments

Comments
 (0)