aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-09-13 15:10:23 +0200
committerMattias Andrée <maandree@operamail.com>2014-09-13 15:10:23 +0200
commit83750cbe01e6c352d1e8654dd081ae55f1f5db1e (patch)
tree2d3a4a30cb1fe94d329b565d01f96673e22dee93 /Makefile
parenthack to make the test work without gnu c (diff)
downloadlibgamma-83750cbe01e6c352d1e8654dd081ae55f1f5db1e.tar.gz
libgamma-83750cbe01e6c352d1e8654dd081ae55f1f5db1e.tar.bz2
libgamma-83750cbe01e6c352d1e8654dd081ae55f1f5db1e.tar.xz
bump version0.5
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6e7f803..17347c4 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 = 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