changeset f0faedfbfeef in sao:default
details: https://hg.tryton.org/sao?cmd=changeset&node=f0faedfbfeef
description:
Include version in JavaScript code
issue11697
review417971003
diffstat:
src/sao.js | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (13 lines):
diff -r f6d3baace8db -r f0faedfbfeef src/sao.js
--- a/src/sao.js Fri Sep 16 23:36:30 2022 +0200
+++ b/src/sao.js Sun Sep 18 12:10:23 2022 +0200
@@ -1,6 +1,8 @@
/* This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. */
-var Sao = {};
+var Sao = {
+ __version__: '6.5.0',
+};
(function() {
'use strict';