diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-07-13 15:22:45 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-07-13 15:22:45 -0400 |
commit | 70c65c85863bd51e45cc693d59d0e9013f3fde37 (patch) | |
tree | 270bd1bf77e1d48c90808ed27a8884aff7767912 | |
parent | a45df0efc87d5a1c8b1db7a91b219d1ade291a17 (diff) | |
download | aerc-70c65c85863bd51e45cc693d59d0e9013f3fde37.tar.gz |
Update aerc to 0.1.4 0.1.4
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index e511620..98ae57a 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ .SUFFIXES: .SUFFIXES: .1 .5 .7 .1.scd .5.scd .7.scd -VERSION?=0.1.1 +VERSION?=0.1.4 VPATH=doc PREFIX?=/usr/local |