diff --git a/CMakeLists.txt b/CMakeLists.txt index 75e781c..4f64e49 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ project(tensorPattern) # This file must be manually changed to effect version change. set (VERSION_MAJOR 8) set (VERSION_MINOR 1) -set (VERSION_PATCH 1) +set (VERSION_PATCH 2) set (VERSION_PRERELEASE) if ("${VERSION_PRERELEASE}" STREQUAL "") diff --git a/README.txt b/README.txt index e17f707..a4a2bc4 100644 --- a/README.txt +++ b/README.txt @@ -1,4 +1,4 @@ -Tensor pattern generation - Version 8.1.1 +Tensor pattern generation - Version 8.1.2 http://core9.org/tensor http://wiki.artisansasylum.com/index.php/Tensor http://wiki.artisansasylum.com/index.php/Tensor_2011 diff --git a/Versions.txt b/Versions.txt index 4b02b43..3bdb921 100644 --- a/Versions.txt +++ b/Versions.txt @@ -94,6 +94,6 @@ Version 8.0 for all seeds. Added pause, tensor broadcast enable, sorted out the controls. Fixed the color cyclers. -Version 8.1 +Version 8.1.2 Bug fixes for key presses. Added one-shot and persistent options to most seeds and modes. Added some fade modes.