diff --git a/Makefile b/Makefile index a35ca93..99fb21f 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PROJECT = apns -PROJECT_VERSION = $(shell git describe --tag --abbrev=0) +PROJECT_VERSION = $(shell head -n 1 relx.config | awk '{split($$0, a, "\""); print a[2]}') app:: rebar.config diff --git a/relx.config b/relx.config index a56c728..b56a928 100644 --- a/relx.config +++ b/relx.config @@ -1,4 +1,4 @@ -{release, {apns, "1"}, [apns]}. +{release, {apns, "2.7.0"}, [apns]}. {extended_start_script, true}. {include_src, false}. {sys_config, "conf/sys.config"}.