diff --git a/Makefile.common b/Makefile.common index 20c8513..cdc339e 100755 --- a/Makefile.common +++ b/Makefile.common @@ -1,6 +1,6 @@ TARGET:=target SRC:=src/main/java -include $(SRC)/org/xerial/snappy/VERSION +include src/main/resources/org/xerial/snappy/VERSION ifndef JAVA_HOME $(error Set JAVA_HOME environment variable) diff --git a/src/main/java/org/xerial/snappy/VERSION b/src/main/java/org/xerial/snappy/VERSION deleted file mode 100755 index 333039a..0000000 --- a/src/main/java/org/xerial/snappy/VERSION +++ /dev/null @@ -1,2 +0,0 @@ -VERSION=1.1.1 - diff --git a/src/main/resources/org/xerial/snappy/VERSION b/src/main/resources/org/xerial/snappy/VERSION new file mode 100755 index 0000000..4efb1af --- /dev/null +++ b/src/main/resources/org/xerial/snappy/VERSION @@ -0,0 +1 @@ +VERSION=1.1.2 \ No newline at end of file