diff options
author | Mattias Andrée <maandree@kth.se> | 2016-08-21 00:36:45 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-08-21 00:36:45 +0200 |
commit | 853b92f91abbf06053d05d58bcb62333a9a33890 (patch) | |
tree | cc2bfafd0dde75cc1fdbbce052b2188a2a4189f0 | |
parent | Fix errors and add test (diff) | |
download | libcoopgamma-1.1.tar.gz libcoopgamma-1.1.tar.bz2 libcoopgamma-1.1.tar.xz |
Update makefile1.1
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 9ad73ba..87262b4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -34,7 +34,7 @@ PKGNAME = libcoopgamma # Package information. _PROJECT = libcoopgamma -_VERSION = 0.1 +_VERSION = 1.1 # Used by mk/lang-c.mk _C_STD = c99 |