Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
oviradoi committed May 29, 2020
1 parent 528bef3 commit c7b132a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Explorer/src/ExplorerDialog.rc
Original file line number Diff line number Diff line change
Expand Up @@ -289,8 +289,8 @@ IDC_LEFTRIGHT CURSOR "..\\res\\leftright.cur"
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,9,0,0
PRODUCTVERSION 1,9,0,0
FILEVERSION 1,9,1,0
PRODUCTVERSION 1,9,1,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x21L
Expand All @@ -308,12 +308,12 @@ BEGIN
VALUE "Comments", "Visit https://github.com/oviradoi/npp-explorer-plugin"
VALUE "CompanyName", "Jens Lorenz"
VALUE "FileDescription", "Notepad++ Explorer Plugin : a free (GNU) source code file explorer"
VALUE "FileVersion", "1, 9, 0, 0"
VALUE "FileVersion", "1, 9, 1, 0"
VALUE "InternalName", "Explorer"
VALUE "LegalCopyright", "Copyright � 2006-2020"
VALUE "OriginalFilename", "Explorer.dll"
VALUE "ProductName", "Jens Lorenz Explorer"
VALUE "ProductVersion", "1, 9, 0, 0"
VALUE "ProductVersion", "1, 9, 1, 0"
VALUE "SpecialBuild", "UNICODE"
END
END
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.9.0.{build}
version: 1.9.1.{build}
image: Visual Studio 2017


Expand Down

0 comments on commit c7b132a

Please sign in to comment.