From 992872af8bbbc0c36106ba59938a3ca5c4aeddc9 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Sat, 25 Jun 2011 17:01:16 -0400
Subject: [PATCH] Documentation.
---
src/com/gitblit/Constants.java | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/com/gitblit/Constants.java b/src/com/gitblit/Constants.java
index b874a7b..4375e42 100644
--- a/src/com/gitblit/Constants.java
+++ b/src/com/gitblit/Constants.java
@@ -27,7 +27,7 @@
// 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 static final String JGIT_VERSION = "JGit 0.12.1";
+ public static final String JGIT_VERSION = "JGit 1.0.0";
public static final String ADMIN_ROLE = "#admin";
@@ -36,9 +36,9 @@
public static final String GIT_PATH = "/git/";
public static final String ZIP_PATH = "/zip/";
-
+
public static final String SYNDICATION_PATH = "/feed/";
-
+
public static final String BORDER = "***********************************************************";
public static enum AccessRestrictionType {
--
Gitblit v1.9.1