diff options
author | Loïc Hoguin <[email protected]> | 2016-10-28 17:31:58 +0300 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2016-10-28 17:31:58 +0300 |
commit | e7688d2cd1179efa8f678380c9514f20d66dff98 (patch) | |
tree | 3bc1513f2ae2c9f9cfe4c3a3e2657be15f1c91e0 | |
parent | e4ff8a0239a8bad28d497278665a104dc7ffaf1a (diff) | |
download | erlang.mk-e7688d2cd1179efa8f678380c9514f20d66dff98.tar.gz erlang.mk-e7688d2cd1179efa8f678380c9514f20d66dff98.tar.bz2 erlang.mk-e7688d2cd1179efa8f678380c9514f20d66dff98.zip |
Set PROJECT_VERSION to 0.1.0 in templates
Makes more sense than 0.0.1.
-rw-r--r-- | plugins/bootstrap.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/bootstrap.mk b/plugins/bootstrap.mk index e00ec60..d85f6e8 100644 --- a/plugins/bootstrap.mk +++ b/plugins/bootstrap.mk @@ -55,7 +55,7 @@ ifdef SP define bs_Makefile PROJECT = $p PROJECT_DESCRIPTION = New project -PROJECT_VERSION = 0.0.1 +PROJECT_VERSION = 0.1.0 # Whitespace to be used when creating files from templates. SP = $(SP) @@ -65,7 +65,7 @@ else define bs_Makefile PROJECT = $p PROJECT_DESCRIPTION = New project -PROJECT_VERSION = 0.0.1 +PROJECT_VERSION = 0.1.0 endef endif @@ -73,7 +73,7 @@ endif define bs_apps_Makefile PROJECT = $p PROJECT_DESCRIPTION = New project -PROJECT_VERSION = 0.0.1 +PROJECT_VERSION = 0.1.0 include $(call core_relpath,$(dir $(ERLANG_MK_FILENAME)),$(APPS_DIR)/app)/erlang.mk endef |