diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-08-10 21:03:04 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-08-10 21:03:04 +0200 |
commit | 4471313aa6d625eade3a772495b7b305283dddae (patch) | |
tree | 8452d0a031123849e86d474b28fbd01e7155bebc | |
parent | m + remove abort if connector is not found, that can actually happen (diff) | |
download | libgamma-0.7.3.tar.gz libgamma-0.7.3.tar.bz2 libgamma-0.7.3.tar.xz |
lib version0.7.3
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 = 8 +LIB_MINOR = 7 LIB_VERSION = $(LIB_MAJOR).$(LIB_MINOR) # Change by .config.mk to reflect what is used in the OS, linux uses so: libgamma.so |