diff options
author | Mattias Andrée <maandree@kth.se> | 2016-12-19 02:25:17 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-12-19 02:25:17 +0100 |
commit | e3ab5c62cbd9c1e17655d5e5196e3928ac8108d6 (patch) | |
tree | 21c79429f228a8aaf70fbe6808a99c90e784da59 | |
parent | Fix buf in libcoopgamma_get_gamma_recv where all filters are given the priority of the first filter (diff) | |
download | libcoopgamma-e3ab5c62cbd9c1e17655d5e5196e3928ac8108d6.tar.gz libcoopgamma-e3ab5c62cbd9c1e17655d5e5196e3928ac8108d6.tar.bz2 libcoopgamma-e3ab5c62cbd9c1e17655d5e5196e3928ac8108d6.tar.xz |
update makefile1.2
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 87262b4..b3a1e2e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -34,7 +34,7 @@ PKGNAME = libcoopgamma # Package information. _PROJECT = libcoopgamma -_VERSION = 1.1 +_VERSION = 1.2 # Used by mk/lang-c.mk _C_STD = c99 |