Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Commit

Permalink
Set version and replace version constants.
Browse files Browse the repository at this point in the history
  • Loading branch information
calebd committed Jun 9, 2015
1 parent 150bea6 commit df1edd0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMDQueryStringSerialization.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 0.4.2;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
Expand Down Expand Up @@ -499,7 +499,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 0.4.2;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down
6 changes: 6 additions & 0 deletions CMDQueryStringSerialization/CMDQueryStringSerialization.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
#import <CMDQueryStringSerialization/CMDQueryStringWritingOptions.h>
#import <CMDQueryStringSerialization/NSURL+CMDQueryStringSerialization.h>

//! Project version number for Everest.
FOUNDATION_EXPORT double CMDQueryStringSerializationVersionNumber;

//! Project version string for GradientView.
FOUNDATION_EXPORT const unsigned char CMDQueryStringSerializationVersionString[];

/**
Easily convert between query strings and dictionaries.
*/
Expand Down

0 comments on commit df1edd0

Please sign in to comment.