Skip to content

Commit

Permalink
Properly bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
vit9696 committed Jan 19, 2022
1 parent 51d7658 commit 2f6f1b1
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
3 changes: 3 additions & 0 deletions Changelog.md
@@ -1,5 +1,8 @@
gfxutil changelog
=================
#### 1.83b
- Fixed version in asset names

#### 1.82b
- Fixed handling of Mac EFI malformed paths, thx @joevt
- Added Apple Silicon support
Expand Down
Expand Up @@ -340,7 +340,7 @@
ARCHS = "$(ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1)";
ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "x86_64 i386 ppc";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1.81b;
CURRENT_PROJECT_VERSION = 1.83b;
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
Expand Down Expand Up @@ -376,7 +376,7 @@
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1)";
ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "x86_64 i386 ppc";
CURRENT_PROJECT_VERSION = 1.81b;
CURRENT_PROJECT_VERSION = 1.83b;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
GCC_C_LANGUAGE_STANDARD = gnu99;
Expand Down
4 changes: 2 additions & 2 deletions gfxutil.xcodeproj/project.pbxproj
Expand Up @@ -347,7 +347,7 @@
CLANG_ENABLE_OBJC_WEAK = YES;
CODE_SIGN_IDENTITY = "-";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1.81b;
CURRENT_PROJECT_VERSION = 1.83b;
GCC_DYNAMIC_NO_PIC = NO;
GCC_OPTIMIZATION_LEVEL = 0;
INSTALL_PATH = /usr/local/bin;
Expand Down Expand Up @@ -384,7 +384,7 @@
buildSettings = {
CLANG_ENABLE_OBJC_WEAK = YES;
CODE_SIGN_IDENTITY = "-";
CURRENT_PROJECT_VERSION = 1.81b;
CURRENT_PROJECT_VERSION = 1.83b;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
INSTALL_PATH = /usr/local/bin;
OTHER_CFLAGS = (
Expand Down
4 changes: 2 additions & 2 deletions gfxutil_xcode 2.5 10.4 i386.xcodeproj/project.pbxproj
Expand Up @@ -336,7 +336,7 @@
isa = XCBuildConfiguration;
buildSettings = {
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1.81b;
CURRENT_PROJECT_VERSION = 1.83b;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
Expand Down Expand Up @@ -371,7 +371,7 @@
1DEB924908733DCA0010E9CD /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CURRENT_PROJECT_VERSION = 1.81b;
CURRENT_PROJECT_VERSION = 1.83b;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand Down
4 changes: 2 additions & 2 deletions gfxutil_xcode 3.1.3 10.5 i386.xcodeproj/project.pbxproj
Expand Up @@ -336,7 +336,7 @@
isa = XCBuildConfiguration;
buildSettings = {
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1.81b;
CURRENT_PROJECT_VERSION = 1.83b;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
Expand Down Expand Up @@ -372,7 +372,7 @@
1DEB924908733DCA0010E9CD /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CURRENT_PROJECT_VERSION = 1.81b;
CURRENT_PROJECT_VERSION = 1.83b;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand Down

0 comments on commit 2f6f1b1

Please sign in to comment.