Skip to content

Commit

Permalink
bump version nr
Browse files Browse the repository at this point in the history
  • Loading branch information
rustyx committed Jul 6, 2019
1 parent 4a2a18d commit 58e3691
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions src/myhotkey.rc
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,6 @@
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
#pragma code_page(1252)

/////////////////////////////////////////////////////////////////////////////
//
// String Table
//

STRINGTABLE
BEGIN
IDS_APPNAME "myhotkey"
IDS_MSG_RELOADED "Hot keys reloaded"
END


/////////////////////////////////////////////////////////////////////////////
//
// Icon
Expand Down Expand Up @@ -61,8 +49,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,0,1
PRODUCTVERSION 1,0,0,1
FILEVERSION 1,0,0,2
PRODUCTVERSION 1,0,0,2
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -79,12 +67,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "rustyx.org"
VALUE "FileDescription", "MyHotkey"
VALUE "FileVersion", "1.0.0.1"
VALUE "FileVersion", "1.0.0.2"
VALUE "InternalName", "myhotkey.rc"
VALUE "LegalCopyright", "Copyright (C) 2019 [email protected]"
VALUE "OriginalFilename", "myhotkey.rc"
VALUE "ProductName", "myhotkey"
VALUE "ProductVersion", "1.0.0.1"
VALUE "ProductVersion", "1.0.0.2"
END
END
BLOCK "VarFileInfo"
Expand All @@ -93,6 +81,18 @@ BEGIN
END
END


/////////////////////////////////////////////////////////////////////////////
//
// String Table
//

STRINGTABLE
BEGIN
IDS_APPNAME "myhotkey"
IDS_MSG_RELOADED "Hot keys reloaded"
END

#endif // English (United States) resources
/////////////////////////////////////////////////////////////////////////////

Expand Down

0 comments on commit 58e3691

Please sign in to comment.