Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

Commit

Permalink
Release libbsd 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemj committed Jun 2, 2011
1 parent e80d338 commit 7446f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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)

Expand Down

0 comments on commit 7446f02

Please sign in to comment.