summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillem Jover <guillem@hadrons.org>2011-06-02 19:16:57 +0200
committerGuillem Jover <guillem@hadrons.org>2011-06-02 19:20:55 +0200
commit7446f029b52f15b318402c3827802cdf31727566 (patch)
treef14db20cc958c4e783c645ff102dc409f0e61088
parente80d338b180e499ccfa92a03e0a71b9d7abfb382 (diff)
Release libbsd 0.3.00.3.0
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5187a5a..edff3f1 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ VERSION := $(shell ./get-version)
LIB_NAME := libbsd
LIB_VERSION_MAJOR := 0
-LIB_VERSION_MINOR := 2
+LIB_VERSION_MINOR := 3
LIB_VERSION_MICRO := 0
LIB_VERSION := $(LIB_VERSION_MAJOR).$(LIB_VERSION_MINOR).$(LIB_VERSION_MICRO)