change git version numbering to avoid confusion (#475)
This commit is contained in:
parent
f554303ce7
commit
5865702577
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
3.5.10git
|
3.5.9git <- NOTE: the release version number will be 3.5.10
|
||||||
|
|
||||||
- do not change the server list order if the mouse is over the table to
|
- do not change the server list order if the mouse is over the table to
|
||||||
avoid selecting an incorrect server on a mouse double click (#293)
|
avoid selecting an incorrect server on a mouse double click (#293)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
VERSION = 3.5.10git
|
VERSION = 3.5.9git
|
||||||
|
|
||||||
# use target name which does not use a captital letter at the beginning
|
# use target name which does not use a captital letter at the beginning
|
||||||
contains(CONFIG, "noupcasename") {
|
contains(CONFIG, "noupcasename") {
|
||||||
|
|
Loading…
Reference in a new issue