Release libbsd 0.3.0

This commit is contained in:
Guillem Jover 2011-06-02 19:16:57 +02:00
parent e80d338b18
commit 7446f029b5

View File

@ -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)