diff --git a/release/history.json b/release/history.json index 79981b65..6884cc03 100644 --- a/release/history.json +++ b/release/history.json @@ -2,7 +2,7 @@ "history": [ { "version": "2.0.11-beta7", - "date": "", + "date": "2022-12-09", "changes": [ { "text": "Added support for negative focuses in Thermal lens and Thermal medium elements and in the GRIN Lens Assessment tool (https://github.com/orion-project/rezonator2/issues/23)." @@ -22,6 +22,9 @@ { "text": "Enabled HIDPI mode and fixed various related small issues (https://github.com/orion-project/rezonator2/issues/15)" }, + { + "text": "Can use online documentation instead of local one (https://github.com/orion-project/rezonator2/issues/9)." + }, { "text": "Fix: schema table not properly updated after element deletion." }, diff --git a/release/version.pri b/release/version.pri index 80021e8f..5d59f58a 100644 --- a/release/version.pri +++ b/release/version.pri @@ -3,7 +3,7 @@ APP_VER_MAJOR=2 APP_VER_MINOR=0 APP_VER_PATCH=11 -APP_VER_CODENAME=dev +APP_VER_CODENAME=beta7 APP_VER_YEAR=2022 DEFINES += "APP_VER_MAJOR=$$APP_VER_MAJOR" diff --git a/release/version.txt b/release/version.txt index 4a16392e..9283cc4b 100644 --- a/release/version.txt +++ b/release/version.txt @@ -1 +1 @@ -2.0.11-dev \ No newline at end of file +2.0.11-beta7 \ No newline at end of file