Version upgrade.

master
argyle77 2014-12-08 23:43:03 -05:00
parent a146e39503
commit 8f9ba5634c
3 changed files with 7 additions and 2 deletions

View File

@ -9,7 +9,7 @@ project(tensorPattern)
# This file must be manually changed to effect version change.
set (VERSION_MAJOR 7)
set (VERSION_MINOR 1)
set (VERSION_PATCH 0)
set (VERSION_PATCH 1)
set (VERSION_PRERELEASE)
if ("${VERSION_PRERELEASE}" STREQUAL "")

View File

@ -1,4 +1,4 @@
Tensor pattern generation - Version 7.1.0
Tensor pattern generation - Version 7.1.1
"Frostbyte was an enigineer."

View File

@ -79,3 +79,8 @@ Version 7.1:
Added mirroring, sidepulse seed, per pattern set intensity
limit, re-organized code, added right click to edit parameters
with the keyboard.
Version 7.1.1:
Added text draw caching for CPU improvement. Finished right
click to edit parameters for enumerations. Added half and light
colors, gui tweaks.