repo.or.cz
/
iDMC.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
added idmclib error messages reporting
[iDMC.git]
/
Version.template
blob
5e5b858bff8d76e5b99db1efb69818f497bd3836
1
/**
2
*
3
*/
4
package org.tsho.dmc2;
5
6
/**
7
* @author antonio
8
*
9
* This class manages application versioning
10
*/
11
public class Version {
12
private static String versionString= versionAnchor ;
13
14
public static String getVersionString() {
15
return versionString;
16
}
17
}