summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2017-11-06 14:40:01 +0100
committerWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2017-11-06 14:54:03 +0100
commitbfceef4da377c32cd59d1e51efb9aa1a21c7f4bd (patch)
tree2162374a91f7e2cdc5c88469fde781660d480d20 /include
parent454bb20b5d7eb36f1efbf6659652ace26cc229e0 (diff)
downloadastra-bfceef4da377c32cd59d1e51efb9aa1a21c7f4bd.tar.gz
astra-bfceef4da377c32cd59d1e51efb9aa1a21c7f4bd.tar.bz2
astra-bfceef4da377c32cd59d1e51efb9aa1a21c7f4bd.tar.xz
astra-bfceef4da377c32cd59d1e51efb9aa1a21c7f4bd.zip
Update version to 1.8.3
Diffstat (limited to 'include')
-rw-r--r--include/astra/Globals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/astra/Globals.h b/include/astra/Globals.h
index 7c1e9a8..f447fd8 100644
--- a/include/astra/Globals.h
+++ b/include/astra/Globals.h
@@ -60,7 +60,7 @@ along with the ASTRA Toolbox. If not, see <http://www.gnu.org/licenses/>.
#define ASTRA_TOOLBOXVERSION_MAJOR 1
#define ASTRA_TOOLBOXVERSION_MINOR 8
#define ASTRA_TOOLBOXVERSION ((ASTRA_TOOLBOXVERSION_MAJOR)*100 + (ASTRA_TOOLBOXVERSION_MINOR))
-#define ASTRA_TOOLBOXVERSION_STRING "1.8"
+#define ASTRA_TOOLBOXVERSION_STRING "1.8.3"
#define ASTRA_ASSERT(a) assert(a)