aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-06-04 01:13:14 +0200
committerMattias Andrée <maandree@operamail.com>2014-06-04 01:13:14 +0200
commit308ac0e093e5a44627695a5ea2a2350f7d01aeb3 (patch)
tree5b6577ee617ed04b8bf507d8caaa39b86980ad4f
parentupdate install rules (diff)
downloadlibgamma-308ac0e093e5a44627695a5ea2a2350f7d01aeb3.tar.gz
libgamma-308ac0e093e5a44627695a5ea2a2350f7d01aeb3.tar.bz2
libgamma-308ac0e093e5a44627695a5ea2a2350f7d01aeb3.tar.xz
set version to 0.10.1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b82ed4a..710e207 100644
--- a/Makefile
+++ b/Makefile
@@ -66,8 +66,8 @@ HEADERS = libgamma libgamma-config $(HEADERS_INFO)
TESTOBJ = test
# The version of the library.
-LIB_MAJOR = 1
-LIB_MINOR = 0
+LIB_MAJOR = 0
+LIB_MINOR = 1
LIB_VERSION = $(LIB_MAJOR).$(LIB_MINOR)
# Include configurations from `./configure`.