Update About.js

Updated product version
This commit is contained in:
Alexey Golubev 2016-06-23 15:51:23 +03:00 committed by GitHub
parent 217b9d0fde
commit f3e607f27a

View file

@ -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 || {}));
});
});