From 8a2e9c363346ef5bf48c8eba09cb8afa46fabeeb Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Tue, 24 May 2011 17:17:51 -0400
Subject: [PATCH] Delete/Rename repos & user. Edit link. Dropped crypt. Other git urls.

---
 src/com/gitblit/Constants.java |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/com/gitblit/Constants.java b/src/com/gitblit/Constants.java
index 9cf6a54..46f3208 100644
--- a/src/com/gitblit/Constants.java
+++ b/src/com/gitblit/Constants.java
@@ -4,11 +4,15 @@
 
 	public final static String NAME = "Git:Blit";
 	
-	public final static String FULL_NAME = "Git:Blit - a Pure Java Git Server";
+	public final static String FULL_NAME = "Git:Blit - a Pure Java Git Solution";
 
 	// The build script extracts this exact line so be careful editing it
 	// and only use A-Z a-z 0-9 .-_ in the string. 
 	public final static String VERSION = "0.1.0-SNAPSHOT";
+
+	// The build script extracts this exact line so be careful editing it
+	// and only use A-Z a-z 0-9 .-_ in the string.
+	public final static String JGIT_VERSION = "JGit 0.12.1";
 
 	public final static String ADMIN_ROLE = "#admin";
 
@@ -44,7 +48,7 @@
 	}
 
 	public static String getJGitVersion() {
-		return "JGit 0.12.1";
+		return JGIT_VERSION;
 	}
 
 	public static String getRunningVersion() {

--
Gitblit v1.9.1