Skip to content

Commit

Permalink
update version to 2.0.11-beta7
Browse files Browse the repository at this point in the history
  • Loading branch information
Chunosov committed Dec 9, 2022
1 parent 023bfb3 commit 70ec6b5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion release/history.json
Original file line number Diff line number Diff line change
Expand Up @@ -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)."
Expand All @@ -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."
},
Expand Down
2 changes: 1 addition & 1 deletion release/version.pri
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion release/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.11-dev
2.0.11-beta7

0 comments on commit 70ec6b5

Please sign in to comment.