diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-09-17 20:55:51 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-09-17 20:56:03 +0200 |
commit | 3d5d6f16c72355bcaa734ddfabcddf2a7a120782 (patch) | |
tree | 3b13d0b1d07e5684249a70635357933fad2581ac | |
parent | add setter and getter wrapper for thread local variables so wrappers not understanding __thread can use them (diff) | |
download | libgamma-3d5d6f16c72355bcaa734ddfabcddf2a7a120782.tar.gz libgamma-3d5d6f16c72355bcaa734ddfabcddf2a7a120782.tar.bz2 libgamma-3d5d6f16c72355bcaa734ddfabcddf2a7a120782.tar.xz |
bump version
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 = 5 +LIB_MINOR = 6 LIB_VERSION = $(LIB_MAJOR).$(LIB_MINOR) # Change by .config.mk to reflect what is used in the OS, linux uses so: libgamma.so |