diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-08-18 20:29:44 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-08-18 20:29:44 +0200 |
commit | db29f0353a666d3305333632465a47e42836d08a (patch) | |
tree | 0750c62cd86f12e27827dec8ecea413ad6100157 | |
parent | issue 4, bash version (diff) | |
download | argparser-db29f0353a666d3305333632465a47e42836d08a.tar.gz argparser-db29f0353a666d3305333632465a47e42836d08a.tar.bz2 argparser-db29f0353a666d3305333632465a47e42836d08a.tar.xz |
update version
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ LIBPY3 = $(PREFIX)$(LIB)/python$(PY3VERSION) LIBBASH = $(PREFIX)$(LIB) LIBJAVA = $(PREFIX)$(LIB) LIBC = $(PREFIX)$(LIB) -VERSION = 1.0 +VERSION = 3.0 C_OPTIMISE = -O6 |