commit 2b2da828c09eff38b40184bbfa15292bc2585a15
parent 261862cf305dd5f0663091bcecaf6d6134546240
Author: Dan Stillman <dstillman@zotero.org>
Date: Tue, 17 Jan 2012 01:19:29 -0500
Restore ".SOURCE" in ZOTERO_CONFIG version
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js
@@ -35,7 +35,7 @@ const ZOTERO_CONFIG = {
API_URL: 'https://api.zotero.org/',
PREF_BRANCH: 'extensions.zotero.',
BOOKMARKLET_URL: 'https://www.zotero.org/bookmarklet/',
- VERSION: "3.0rc1"
+ VERSION: "3.0rc1.SOURCE"
};
/*