fix in version number in about

This commit is contained in:
Anand Doshi
2012-04-30 16:54:31 +05:30
parent 72308564be
commit 56205aeb92
3 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ erpnext.set_about = function() {
source: 'https://github.com/webnotes/erpnext',
publisher: 'Web Notes Technologies Pvt Ltd, Mumbai',
copyright: '© Web Notes Technologies Pvt Ltd',
version: '2.' + window._version_number
version: '2' //+ '.' + window._version_number
});
}