diff --git a/android/app/build.gradle b/android/app/build.gradle index 91db8e5e01..64fd889179 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -15,8 +15,8 @@ android { } minSdkVersion 21 targetSdkVersion 26 - versionCode 175 - versionName "0.6pre14" + versionCode 177 + versionName "0.6pre15" externalNativeBuild { cmake { arguments "-DANDROID_APP_PLATFORM=android-21", "-DANDROID_STL=c++_static", "-DWARNINGS_ARE_ERRORS=ON" diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 2a283791aa..9a2ed17516 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,8 +1,8 @@ diff --git a/papers/clipboard-format.md b/papers/clipboard-format.md index fd6b075ed2..bb9bf7fe2a 100644 --- a/papers/clipboard-format.md +++ b/papers/clipboard-format.md @@ -6,7 +6,7 @@ when copying pattern data from Furnace, it's stored in the clipboard as plain te org.tildearrow.furnace - Pattern Data (144) ``` -this top line of text is always the same except for the number in parentheses, which is the internal build number. for example, 0.6pre14 is `175`. +this top line of text is always the same except for the number in parentheses, which is the internal build number. for example, 0.6pre15 is `177`. the second line is a number between 0 and 18 (decimal) which indicates which column the clip starts from. - `0`: note. diff --git a/papers/format.md b/papers/format.md index 447785bf20..ece5b7ef2e 100644 --- a/papers/format.md +++ b/papers/format.md @@ -32,6 +32,7 @@ these fields are 0 in format versions prior to 100 (0.6pre1). the format versions are: +- 177: Furnace 0.6pre15 - 175: Furnace 0.6pre14 - 174: Furnace 0.6pre13 - 173: Furnace 0.6pre12 diff --git a/res/Info.plist b/res/Info.plist index 51055ed6a3..e5daf8699e 100644 --- a/res/Info.plist +++ b/res/Info.plist @@ -15,17 +15,17 @@ CFBundleInfoDictionaryVersion 6.0 CFBundleLongVersionString - 0.6pre14 + 0.6pre15 CFBundleName Furnace CFBundlePackageType APPL CFBundleShortVersionString - 0.6pre14 + 0.6pre15 CFBundleSignature ???? CFBundleVersion - 0.6pre14 + 0.6pre15 NSHumanReadableCopyright NSHighResolutionCapable diff --git a/src/engine/engine.h b/src/engine/engine.h index 0e4b57fcf7..32cc00e913 100644 --- a/src/engine/engine.h +++ b/src/engine/engine.h @@ -58,8 +58,8 @@ class DivWorkPool; #define DIV_UNSTABLE -#define DIV_VERSION "dev176" -#define DIV_ENGINE_VERSION 176 +#define DIV_VERSION "0.6pre15" +#define DIV_ENGINE_VERSION 177 // for imports #define DIV_VERSION_MOD 0xff01 #define DIV_VERSION_FC 0xff02