dashboard
repositories
filestore
activity
search
login
githubFork
/
gitblit
Gitblit devel
summary
reflog
commits
tree
docs
forks
compare
pages
blame
|
history
|
raw
Dropped log links, created new stylesheet, added activity graph.
James Moger
2011-04-04
fc84260e4238fda10842c1bd3b9fb0cb74b95426
[githubFork/gitblit.git]
/
src
/
com
/
gitblit
/
Constants.java
1
2
3
4
5
6
7
8
9
10
11
12
package com.gitblit;
public class Constants {
public final static String NAME = "Git:Blit";
public final static String VERSION = "0.11.3";
public static String getRunningVersion() {
return NAME + " v" + VERSION;
}
}