Skip to content

Commit

Permalink
Merge pull request #411 from OCSInventory-NG/updatemacos2.9.3
Browse files Browse the repository at this point in the history
update to 2.9.3
  • Loading branch information
gillesdubois authored May 31, 2022
2 parents 829a2d9 + a6ae0a4 commit d981fe1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/Ocsinventory/Agent/Config.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Ocsinventory::Agent::Config;
use strict;
use Getopt::Long;

our $VERSION = '2.9.1';
our $VERSION = '2.9.3';

my $basedir = '';
my $default = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@
<key>USE_HFS+_COMPRESSION</key>
<false/>
<key>VERSION</key>
<string>2.9.1</string>
<string>2.9.3</string>
</dict>
<key>TYPE</key>
<integer>0</integer>
Expand Down
8 changes: 4 additions & 4 deletions macosx/ocsng_app-xcode/OCSNG.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 2.9.1;
CURRENT_PROJECT_VERSION = 2.9.3;
DEVELOPMENT_TEAM = 325U55CH79;
ENABLE_HARDENED_RUNTIME = YES;
GCC_DYNAMIC_NO_PIC = NO;
Expand All @@ -386,7 +386,7 @@
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = "$(HOME)/Applications";
MACOSX_DEPLOYMENT_TARGET = 10.12;
MARKETING_VERSION = 2.9.1;
MARKETING_VERSION = 2.9.3;
OBJROOT = build;
ONLY_ACTIVE_ARCH = NO;
PRODUCT_BUNDLE_IDENTIFIER = org.ocsng.agent;
Expand All @@ -406,7 +406,7 @@
CLANG_ENABLE_OBJC_WEAK = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2.9.1;
CURRENT_PROJECT_VERSION = 2.9.3;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = 325U55CH79;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -416,7 +416,7 @@
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
INFOPLIST_FILE = Info.plist;
MACOSX_DEPLOYMENT_TARGET = 10.12;
MARKETING_VERSION = 2.9.1;
MARKETING_VERSION = 2.9.3;
OBJROOT = build;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = org.ocsng.agent;
Expand Down

0 comments on commit d981fe1

Please sign in to comment.