Skip to content

Commit

Permalink
Increase version number and set OS X support correctly
Browse files Browse the repository at this point in the history
10.9 sounds like a good version to support. And with that, we’re off to
version 0.2.4. Let’s see whether that works for anyone.
  • Loading branch information
cochrane committed Nov 22, 2015
1 parent c09f7e2 commit 325592c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions GLLara.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2126,7 +2126,7 @@
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.10;
MACOSX_DEPLOYMENT_TARGET = 10.9;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = "";
WARNING_CFLAGS = (
Expand Down Expand Up @@ -2154,7 +2154,7 @@
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.10;
MACOSX_DEPLOYMENT_TARGET = 10.9;
SDKROOT = "";
WARNING_CFLAGS = (
"-Wextra",
Expand Down
2 changes: 1 addition & 1 deletion GLLara/GLLara-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.2.3</string>
<string>0.2.4</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 325592c

Please sign in to comment.