aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-09-17 20:55:51 +0200
committerMattias Andrée <maandree@operamail.com>2014-09-17 20:56:03 +0200
commit3d5d6f16c72355bcaa734ddfabcddf2a7a120782 (patch)
tree3b13d0b1d07e5684249a70635357933fad2581ac
parentadd setter and getter wrapper for thread local variables so wrappers not understanding __thread can use them (diff)
downloadlibgamma-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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 17347c4..76d1d16 100644
--- a/Makefile
+++ b/Makefile
@@ -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