Skip to content

Commit ca12400

Browse files
authored
Merge pull request #9 from OCSInventory-NG/update_2_4
update changelog and version to 2.4
2 parents 693473b + 2dbb96e commit ca12400

File tree

3 files changed

+15
-11
lines changed

3 files changed

+15
-11
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2.4
2+
* Fix logfile bug
3+
* Fix install dir
14
2.3
25
* Fix bugs
36
* Update graphics chart

OCS_DEPLOY_TOOL.rc

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#undef APSTUDIO_READONLY_SYMBOLS
1414

1515
/////////////////////////////////////////////////////////////////////////////
16-
// Neutral (Default) resources
16+
// Neutre (Par d�faut) resources
1717

1818
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_NEUD)
1919
LANGUAGE LANG_NEUTRAL, SUBLANG_DEFAULT
@@ -28,6 +28,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_DEFAULT
2828
// remains consistent on all systems.
2929
IDR_MAINFRAME ICON "res\\OCSInventory.ico"
3030

31+
3132
/////////////////////////////////////////////////////////////////////////////
3233
//
3334
// Dialog
@@ -453,12 +454,12 @@ BEGIN
453454
"Host <%1> Trying to get remote ""ProgramData"" directory using PsExec..."
454455
END
455456

456-
#endif // Neutral (Default) resources
457+
#endif // Neutre (Par d�faut) resources
457458
/////////////////////////////////////////////////////////////////////////////
458459

459460

460461
/////////////////////////////////////////////////////////////////////////////
461-
// English (United States) resources
462+
// Anglais (�tats-Unis) resources
462463

463464
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
464465
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
@@ -470,8 +471,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
470471
//
471472

472473
VS_VERSION_INFO VERSIONINFO
473-
FILEVERSION 2,3,0,0
474-
PRODUCTVERSION 2,3,0,0
474+
FILEVERSION 2,4,0,0
475+
PRODUCTVERSION 2,4,0,0
475476
FILEFLAGSMASK 0x3fL
476477
#ifdef _DEBUG
477478
FILEFLAGS 0x1L
@@ -489,13 +490,13 @@ BEGIN
489490
VALUE "Comments", "Inventory and Deployment Tool released under GNU General Public License"
490491
VALUE "CompanyName", "http://www.ocsinventory-ng.org"
491492
VALUE "FileDescription", "OCS Inventory NG Agent Deployment Tool for Windows"
492-
VALUE "FileVersion", "2.3.0.0"
493+
VALUE "FileVersion", "2.4.0.0"
493494
VALUE "InternalName", "ocsinventory-deploy-tool"
494495
VALUE "LegalCopyright", "Open Source Software under GNU General Public License"
495496
VALUE "LegalTrademarks", "http://www.ocsinventory-ng.org"
496497
VALUE "OriginalFilename", "ocsinventory-deploy-tool.exe"
497498
VALUE "ProductName", "OCS Inventory NG"
498-
VALUE "ProductVersion", "2.3.0.0"
499+
VALUE "ProductVersion", "2.4.0.0"
499500
END
500501
END
501502
BLOCK "VarFileInfo"
@@ -504,12 +505,12 @@ BEGIN
504505
END
505506
END
506507

507-
#endif // English (United States) resources
508+
#endif // Anglais (�tats-Unis) resources
508509
/////////////////////////////////////////////////////////////////////////////
509510

510511

511512
/////////////////////////////////////////////////////////////////////////////
512-
// French (France) resources
513+
// Fran�ais (France) resources
513514

514515
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_FRA)
515516
LANGUAGE LANG_FRENCH, SUBLANG_FRENCH
@@ -552,7 +553,7 @@ END
552553

553554
#endif // APSTUDIO_INVOKED
554555

555-
#endif // French (France) resources
556+
#endif // Fran�ais (France) resources
556557
/////////////////////////////////////////////////////////////////////////////
557558

558559

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.3.0.0"
13+
!define PRODUCT_VERSION "2.4.0.0"
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)