Explorar o código

Version bump.

August Mueller %!s(int64=7) %!d(string=hai) anos
pai
achega
7397e456a6
Modificáronse 5 ficheiros con 9 adicións e 4 borrados
  1. 5 0
      CHANGES_AND_TODO_LIST.txt
  2. 1 1
      FMDB.podspec
  3. 1 1
      Tests/FMDatabaseTests.m
  4. 1 1
      src/fmdb/FMDatabase.m
  5. 1 1
      src/fmdb/Info.plist

+ 5 - 0
CHANGES_AND_TODO_LIST.txt

@@ -3,6 +3,11 @@ Zip, nada, zilch.  Got any ideas?
 
 
 If you would like to contribute some code ... awesome!  I just ask that you make it conform to the coding conventions already set in here, and to add the necessary of tests for your new code to tests target.  And of course, the code should be of general use to more than just a couple of folks.  Send your patches to gus@flyingmeat.com.
 If you would like to contribute some code ... awesome!  I just ask that you make it conform to the coding conventions already set in here, and to add the necessary of tests for your new code to tests target.  And of course, the code should be of general use to more than just a couple of folks.  Send your patches to gus@flyingmeat.com.
 
 
+2018.10.23 Version 2.7.5
+    Xcode 10 support. Probably some other stuff over the past year as well.
+    
+    Added confidence inspiring release notes. Also the tests pass.
+
 2017.10.23 Version 2.7.4
 2017.10.23 Version 2.7.4
     Added support for explicit transactions.
     Added support for explicit transactions.
 
 

+ 1 - 1
FMDB.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
 Pod::Spec.new do |s|
   s.name = 'FMDB'
   s.name = 'FMDB'
-  s.version = '2.7.4'
+  s.version = '2.7.5'
   s.summary = 'A Cocoa / Objective-C wrapper around SQLite.'
   s.summary = 'A Cocoa / Objective-C wrapper around SQLite.'
   s.homepage = 'https://github.com/ccgus/fmdb'
   s.homepage = 'https://github.com/ccgus/fmdb'
   s.license = 'MIT'
   s.license = 'MIT'

+ 1 - 1
Tests/FMDatabaseTests.m

@@ -1125,7 +1125,7 @@ - (void)createCustomFunctions {
 }
 }
 
 
 - (void)testVersionNumber {
 - (void)testVersionNumber {
-    XCTAssertTrue([FMDatabase FMDBVersion] == 0x0274); // this is going to break everytime we bump it.
+    XCTAssertTrue([FMDatabase FMDBVersion] == 0x0275); // this is going to break everytime we bump it.
 }
 }
 
 
 - (void)testExecuteStatements {
 - (void)testExecuteStatements {

+ 1 - 1
src/fmdb/FMDatabase.m

@@ -99,7 +99,7 @@ - (NSURL *)databaseURL {
 }
 }
 
 
 + (NSString*)FMDBUserVersion {
 + (NSString*)FMDBUserVersion {
-    return @"2.7.4";
+    return @"2.7.5";
 }
 }
 
 
 // returns 0x0240 for version 2.4.  This makes it super easy to do things like:
 // returns 0x0240 for version 2.4.  This makes it super easy to do things like:

+ 1 - 1
src/fmdb/Info.plist

@@ -15,7 +15,7 @@
 	<key>CFBundlePackageType</key>
 	<key>CFBundlePackageType</key>
 	<string>FMWK</string>
 	<string>FMWK</string>
 	<key>CFBundleShortVersionString</key>
 	<key>CFBundleShortVersionString</key>
-	<string>2.7.4</string>
+	<string>2.7.5</string>
 	<key>CFBundleSignature</key>
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<string>????</string>
 	<key>CFBundleVersion</key>
 	<key>CFBundleVersion</key>