Skip to content

Commit d981fe1

Browse files
authored
Merge pull request #411 from OCSInventory-NG/updatemacos2.9.3
update to 2.9.3
2 parents 829a2d9 + a6ae0a4 commit d981fe1

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

lib/Ocsinventory/Agent/Config.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package Ocsinventory::Agent::Config;
33
use strict;
44
use Getopt::Long;
55

6-
our $VERSION = '2.9.1';
6+
our $VERSION = '2.9.3';
77

88
my $basedir = '';
99
my $default = {

macosx/ocsinventory_packages_setup/OCS Inventory Pkg Setup.pkgproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@
503503
<key>USE_HFS+_COMPRESSION</key>
504504
<false/>
505505
<key>VERSION</key>
506-
<string>2.9.1</string>
506+
<string>2.9.3</string>
507507
</dict>
508508
<key>TYPE</key>
509509
<integer>0</integer>

macosx/ocsng_app-xcode/OCSNG.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@
374374
CODE_SIGN_IDENTITY = "Apple Development";
375375
CODE_SIGN_STYLE = Automatic;
376376
COPY_PHASE_STRIP = NO;
377-
CURRENT_PROJECT_VERSION = 2.9.1;
377+
CURRENT_PROJECT_VERSION = 2.9.3;
378378
DEVELOPMENT_TEAM = 325U55CH79;
379379
ENABLE_HARDENED_RUNTIME = YES;
380380
GCC_DYNAMIC_NO_PIC = NO;
@@ -386,7 +386,7 @@
386386
INFOPLIST_FILE = Info.plist;
387387
INSTALL_PATH = "$(HOME)/Applications";
388388
MACOSX_DEPLOYMENT_TARGET = 10.12;
389-
MARKETING_VERSION = 2.9.1;
389+
MARKETING_VERSION = 2.9.3;
390390
OBJROOT = build;
391391
ONLY_ACTIVE_ARCH = NO;
392392
PRODUCT_BUNDLE_IDENTIFIER = org.ocsng.agent;
@@ -406,7 +406,7 @@
406406
CLANG_ENABLE_OBJC_WEAK = YES;
407407
CODE_SIGN_IDENTITY = "Apple Development";
408408
CODE_SIGN_STYLE = Automatic;
409-
CURRENT_PROJECT_VERSION = 2.9.1;
409+
CURRENT_PROJECT_VERSION = 2.9.3;
410410
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
411411
DEVELOPMENT_TEAM = 325U55CH79;
412412
ENABLE_HARDENED_RUNTIME = YES;
@@ -416,7 +416,7 @@
416416
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
417417
INFOPLIST_FILE = Info.plist;
418418
MACOSX_DEPLOYMENT_TARGET = 10.12;
419-
MARKETING_VERSION = 2.9.1;
419+
MARKETING_VERSION = 2.9.3;
420420
OBJROOT = build;
421421
ONLY_ACTIVE_ARCH = YES;
422422
PRODUCT_BUNDLE_IDENTIFIER = org.ocsng.agent;

0 commit comments

Comments
 (0)