We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf431d3 commit 9e8b0bbCopy full SHA for 9e8b0bb
html5/js/Utilities.js
@@ -8,7 +8,7 @@
8
*/
9
10
const Utilities = {
11
- VERSION: "13",
+ VERSION: "14",
12
REVISION : 0,
13
LOCAL_MODIFICATIONS: 0,
14
BRANCH: "v14.x",
setup.py
@@ -404,7 +404,7 @@ def set_version(new_version: str) -> None:
404
"%define release .*": f"%define release 1.r{revision}%{{?dist}}",
405
},
406
"./html5/js/Utilities.js": {
407
- fr'VERSION\s*= "{VERSION}"': f'VERSION = "{new_version}"',
+ fr'VERSION\s*: "{VERSION}"': f'VERSION = "{new_version}"',
408
fr"REVISION\s*: [0-9]*": f"REVISION : {revision}",
409
r'LOCAL_MODIFICATIONS\s*: [0-9]*': f'LOCAL_MODIFICATIONS: {local_modifications}',
410
r'BRANCH\s*: "[a-zA-Z]*"': f'BRANCH: "{branch}"',
0 commit comments