add version template file

This commit is contained in:
Doug MacEachern 2004-07-23 17:35:53 +00:00
parent d65cb6094c
commit 018685a3b0
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
package net.hyperic.sigar;
class SigarVersion {
static final String BUILD_DATE = "@@BUILD_DATE@@";
static final String VERSION_STRING = "@@VERSION_STRING@@";
}