From b1b827695c25dab2bfb3ee71249174a9d2909afb Mon Sep 17 00:00:00 2001 From: "Taro L. Saito" Date: Tue, 12 May 2015 09:57:03 +0900 Subject: [PATCH] #103: Embed /org/xerial/snappy/VERSION properly --- Makefile.common | 2 +- src/main/java/org/xerial/snappy/VERSION | 2 -- src/main/resources/org/xerial/snappy/VERSION | 1 + 3 files changed, 2 insertions(+), 3 deletions(-) delete mode 100755 src/main/java/org/xerial/snappy/VERSION create mode 100755 src/main/resources/org/xerial/snappy/VERSION 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