diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-10-25 21:33:07 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-10-25 21:33:07 +0200 |
commit | 109a7b4822636d14d9707ba263d500805e66e1e7 (patch) | |
tree | ad7829d1b42a059d650ef79c1d04265fc4a00cba | |
parent | int128 is not supported on 32-bit platforms (diff) | |
download | libgamma-109a7b4822636d14d9707ba263d500805e66e1e7.tar.gz libgamma-109a7b4822636d14d9707ba263d500805e66e1e7.tar.bz2 libgamma-109a7b4822636d14d9707ba263d500805e66e1e7.tar.xz |
bump version0.7
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -77,7 +77,7 @@ TESTOBJ = test methods errors crtcinfo user ramps # The version of the library. LIB_MAJOR = 0 -LIB_MINOR = 6 +LIB_MINOR = 7 LIB_VERSION = $(LIB_MAJOR).$(LIB_MINOR) # Change by .config.mk to reflect what is used in the OS, linux uses so: libgamma.so |