From 893bebad86e6357b8033d9159b95f20fff1d4688 Mon Sep 17 00:00:00 2001 From: Bruno Thomas Date: Fri, 9 Nov 2018 15:01:45 +0000 Subject: [PATCH] [mac][windows] parametrize version --- mac/Makefile | 2 +- windows/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mac/Makefile b/mac/Makefile index a02adde..b034966 100644 --- a/mac/Makefile +++ b/mac/Makefile @@ -1,6 +1,6 @@ export DIST=dist export RESOURCES=resources -export VERSION=0.45 +export VERSION=${VERSION} export APPNAME=Datashare export BUNDLE_ID=org.icij.Datashare diff --git a/windows/Makefile b/windows/Makefile index d827917..782d97f 100644 --- a/windows/Makefile +++ b/windows/Makefile @@ -1,5 +1,5 @@ export DIST=dist -export VERSION=0.45 +export VERSION=${VERSION} export APPNAME=Datashare ${VERSION} $(DIST):