diff options
-rw-r--r-- | Changelog | 5 | ||||
-rw-r--r-- | Makefile | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +envstore 2.1 - Wed May 23 2010 + + * Fix space handling for envify arguments + * Add support for --help/--version + envstore 2.0.4 - Sat Jan 23 2010 * Preserve leading space in saved variables @@ -1,7 +1,7 @@ CFLAGS ?= -O2 PREFIX ?= /usr/local -VERSION ?= 2.0.4-git +VERSION ?= 2.1-git CFLAGS += -Wall -Wextra -pedantic |