Skip to content

Commit d347a68

Browse files
author
Didier Liroulet
committed
Update changelog and version for 2.1.0.2
1 parent 437dd82 commit d347a68

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

CHANGELOG

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
2.1 (aka 2.1.0.1)
1+
2.1 (aka 2.1.0.2)
2+
* Fix bug #1195455: Plugins setup folder not created
3+
2.1rc1 (aka 2.1.0.1)
24
* Add spash screen into setup
35
* Fix bug when activating agent verbose logging
46
2.0.5 (aka 2.0.5.0)

OCS_DEPLOY_TOOL.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -474,8 +474,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
474474
//
475475

476476
VS_VERSION_INFO VERSIONINFO
477-
FILEVERSION 2,1,0,1
478-
PRODUCTVERSION 2,1,0,1
477+
FILEVERSION 2,1,0,2
478+
PRODUCTVERSION 2,1,0,2
479479
FILEFLAGSMASK 0x3fL
480480
#ifdef _DEBUG
481481
FILEFLAGS 0x1L
@@ -493,13 +493,13 @@ BEGIN
493493
VALUE "Comments", "Inventory and Deployment Tool released under GNU General Public License"
494494
VALUE "CompanyName", "http://www.ocsinventory-ng.org"
495495
VALUE "FileDescription", "OCS Inventory NG Agent Deployment Tool for Windows"
496-
VALUE "FileVersion", "2, 1, 0, 1"
496+
VALUE "FileVersion", "2, 1, 0, 2"
497497
VALUE "InternalName", "ocsinventory-deploy-tool"
498498
VALUE "LegalCopyright", "Open Source Software under GNU General Public License"
499499
VALUE "LegalTrademarks", "http://www.ocsinventory-ng.org"
500500
VALUE "OriginalFilename", "ocsinventory-deploy-tool.exe"
501501
VALUE "ProductName", "OCS Inventory NG"
502-
VALUE "ProductVersion", "2, 1, 0, 1"
502+
VALUE "ProductVersion", "2, 1, 0, 2"
503503
END
504504
END
505505
BLOCK "VarFileInfo"

Setup/setup.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
; HM NIS Edit Wizard helper defines
1212
!define PRODUCT_NAME "OCS Inventory NG Agent Deployment Tool"
13-
!define PRODUCT_VERSION "2.1.0.1"
13+
!define PRODUCT_VERSION "2.1.0.2"
1414
!define PRODUCT_PUBLISHER "OCS Inventory NG"
1515
!define PRODUCT_WEB_SITE "http://www.ocsinventory-ng.org"
1616
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\ocsinventory-deploy-tool.exe"

0 commit comments

Comments
 (0)