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, 7 insertions(+), 1 deletions(-)

diff --git a/src/com/gitblit/Constants.java b/src/com/gitblit/Constants.java
index 1b4a518..46f3208 100644
--- a/src/com/gitblit/Constants.java
+++ b/src/com/gitblit/Constants.java
@@ -3,10 +3,16 @@
 public class Constants {
 
 	public final static String NAME = "Git:Blit";
+	
+	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";
 
@@ -42,7 +48,7 @@
 	}
 
 	public static String getJGitVersion() {
-		return "JGit 0.12.1";
+		return JGIT_VERSION;
 	}
 
 	public static String getRunningVersion() {

--
Gitblit v1.9.1