diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-05-09 21:38:02 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-05-09 21:38:02 +0200 |
commit | c53f89085e10cecfe53849845299ad8034e51fe2 (patch) | |
tree | 3d8a1fa5bc611e318061a94142b1b173d2166440 | |
parent | update test (diff) | |
download | libgamma-c53f89085e10cecfe53849845299ad8034e51fe2.tar.gz libgamma-c53f89085e10cecfe53849845299ad8034e51fe2.tar.bz2 libgamma-c53f89085e10cecfe53849845299ad8034e51fe2.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 = 7 +LIB_MINOR = 8 LIB_VERSION = $(LIB_MAJOR).$(LIB_MINOR) # Change by .config.mk to reflect what is used in the OS, linux uses so: libgamma.so |