[Pkg-mozext-commits] [sage-extension] 54/54: default version fix

David Prévot taffit at moszumanska.debian.org
Fri May 1 03:10:41 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to tag sage_1_3
in repository sage-extension.

commit bca67fa3ddc15353a0f7aa7a37544dc742d1a053
Author: Peter Andrews <petea at jhu.edu>
Date:   Thu Nov 4 23:58:12 2004 +0000

    default version fix
---
 src/sage/content/sage.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sage/content/sage.js b/src/sage/content/sage.js
index 269cbdc..1b9ea30 100755
--- a/src/sage/content/sage.js
+++ b/src/sage/content/sage.js
@@ -53,7 +53,7 @@ function init() {
 	if(lastVersion) {
 		lastVersion = CommonFunc.versionStrDecode(lastVersion);
 	} else {
-		lastVersion = Array(1,0,0);
+		lastVersion = Array(0,0,0);
 	}
 	var currentVersion = CommonFunc.VERSION;
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/sage-extension.git



More information about the Pkg-mozext-commits mailing list