Commit dd3ed736 authored by Alexey Golubev's avatar Alexey Golubev Committed by GitHub

Merge pull request #3 from ONLYOFFICE/release/v4.0

Update About.js
parents 7265ecf8 f3e607f2
......@@ -52,7 +52,7 @@ define([
initialize: function(options) {
Common.UI.BaseView.prototype.initialize.call(this,arguments);
this.txtVersionNum = '3.8';
this.txtVersionNum = '4.0';
this.txtAscMail = 'support@onlyoffice.com';
this.txtAscTelNum = '+371 660-16425';
this.txtAscUrl = 'www.onlyoffice.com';
......@@ -245,4 +245,4 @@ define([
txtTel: 'tel.: '
}, Common.Views.About || {}));
});
\ No newline at end of file
});
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment