Version update.

master
argyle77 2014-11-30 22:58:01 -05:00
parent 3daedd58a3
commit 49f01a6ff1
3 changed files with 7 additions and 3 deletions

View File

@ -8,7 +8,7 @@ project(tensorPattern)
# Let's set a version number.
# This file must be manually changed to effect version change.
set (VERSION_MAJOR 6)
set (VERSION_MINOR 0)
set (VERSION_MINOR 1)
set (VERSION_PATCH 0)
set (VERSION_PRERELEASE)

View File

@ -1,11 +1,11 @@
Tensor pattern generation - Version 6.0.0
Tensor pattern generation - Version 6.1.0
"Frostbyte was an enigineer."
This pattern generator outputs UDP to the tensor wall. A preview
window shows the pattern and interface using SDL2.
Controls keys are listed next to the preview. Modes and parameters
Controls are listed next to the previews. Modes and parameters
can be adjusted with the mouse and mouse wheel. Unmodified keys,
backspace, and esc alter the text buffer. Pattern sets can be saved
and loaded from disk. Saved patterns 0-9 are loaded automatically

View File

@ -66,3 +66,7 @@ Version 5.1:
Version 6.0:
Added alternate preview, reorganized command list. Images
can be loaded by editing *.now files.
Version 6.1:
Added some seeds, added image recentering. Lots of tweaks.
Added some preload files.