diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-09-13 15:10:23 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-09-13 15:10:23 +0200 |
commit | 83750cbe01e6c352d1e8654dd081ae55f1f5db1e (patch) | |
tree | 2d3a4a30cb1fe94d329b565d01f96673e22dee93 | |
parent | hack to make the test work without gnu c (diff) | |
download | libgamma-83750cbe01e6c352d1e8654dd081ae55f1f5db1e.tar.gz libgamma-83750cbe01e6c352d1e8654dd081ae55f1f5db1e.tar.bz2 libgamma-83750cbe01e6c352d1e8654dd081ae55f1f5db1e.tar.xz |
bump version0.5
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 = 4 +LIB_MINOR = 5 LIB_VERSION = $(LIB_MAJOR).$(LIB_MINOR) # Change by .config.mk to reflect what is used in the OS, linux uses so: libgamma.so |