We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af1e66f commit e1f8d41Copy full SHA for e1f8d41
src/CMakeLists.txt
@@ -1,8 +1,8 @@
1
cmake_minimum_required(VERSION 3.24)
2
3
-set (VERSION_STR 1.0.0.2)
4
-set (VERSION_NUM 1000002)
5
-set (VERSION_SFX -beta2)
+set (VERSION_STR 1.0.0.3)
+set (VERSION_NUM 1000003)
+set (VERSION_SFX "")
6
set (PROJECT_FULL_NAME "Dynamic Script Engine Plugin for Touch Portal")
7
set (PROJECT_SHORT_NAME "Dynamic Script Engine")
8
set (PROJECT_ORG_NAME "DynamicScriptEngine")
0 commit comments