From 3a33abb807a58e2be0479acf87d799a41f734cd1 Mon Sep 17 00:00:00 2001 From: Bruce Potter Date: Sat, 7 Mar 2020 11:04:57 -0500 Subject: [PATCH] updated version and rebuilt --- Makefile | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 65accb6..86d7b8d 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ SHELL ?= /bin/bash -e #BINARY ?= cmd/server/mendel-web-ui BINARY ?= mendel-web-ui # Set these 2 vars before building the pkg, and set Requires in pkg/rpm/mendel-web-ui.spec if necessary -export VERSION ?= 1.1.7 +export VERSION ?= 1.1.8 # Release is only needed for the rpm, and only needs to be incremented if you have to rebuild/reinstall this version multiple times due to packaging fixes export RELEASE ?= 1 # rpmbuild does not give us a good way to set topdir, so use the default location diff --git a/README.md b/README.md index 3cc3d73..12cb346 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ First, set the `VERSION` and `RELEASE` variables in `Makefile`. Note: so far the RPM has only been tested on Amazon Linux. +- Increment the `VERSION` value in `Makefile` - Build (you build the linux rpm on mac if you 1st: `brew install rpm`): ``` make rpmbuild @@ -46,6 +47,7 @@ yum install mendel-web-ui-*.x86_64.rpm ### For the Mac install package: +- Increment the `VERSION` value in `Makefile` - Build: ``` make macpkg