From 5b60db394cbbbb031b615ff3278ec43cbe3fe88c Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Thu, 05 May 2011 18:40:39 -0400
Subject: [PATCH] Automatically generate a self-signed certificate with BouncyCastle.

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

diff --git a/src/com/gitblit/Constants.java b/src/com/gitblit/Constants.java
index 75f1bad..38f2e7d 100644
--- a/src/com/gitblit/Constants.java
+++ b/src/com/gitblit/Constants.java
@@ -4,7 +4,7 @@
 
 	public final static String NAME = "Git:Blit";
 
-	public final static String VERSION = "0.0.1";
+	public final static String VERSION = "0.1.0-SNAPSHOT";
 
 	public final static String ADMIN_ROLE = "admin";
 
@@ -19,7 +19,7 @@
 	}
 
 	public static String getJGitVersion() {
-		return "JGit 0.11.3";
+		return "JGit 0.12.1";
 	}
 
 	public static String getRunningVersion() {

--
Gitblit v1.9.1