#103: Embed /org/xerial/snappy/VERSION properly

This commit is contained in:
Taro L. Saito 2015-05-12 09:57:03 +09:00
parent 1c702ba366
commit b1b827695c
3 changed files with 2 additions and 3 deletions

View File

@ -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)

View File

@ -1,2 +0,0 @@
VERSION=1.1.1

View File

@ -0,0 +1 @@
VERSION=1.1.2