Skip to content
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.

Commit

Permalink
Updated Makefile with new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
owensd committed Oct 19, 2015
1 parent f5879cb commit 56ac30c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ APOUS_EXECUTABLE=$(TEMPORARY_FOLDER)/apous
FRAMEWORKS_FOLDER=/Library/Frameworks
BINARIES_FOLDER=/usr/local/bin

VERSION_STRING=v0.2.0
VERSION_STRING=v0.2.2
COMPONENTS_PLIST=misc/Components.plist

OUTPUT_PACKAGE=Apous.pkg
Expand Down Expand Up @@ -52,4 +52,4 @@ package: installables
--install-location "/" \
--root "$(TEMPORARY_FOLDER)" \
--version "$(VERSION_STRING)" \
"$(TEMPORARY_FOLDER)/$(OUTPUT_PACKAGE)"
"$(TEMPORARY_FOLDER)/$(OUTPUT_PACKAGE)"

0 comments on commit 56ac30c

Please sign in to comment.