diff --git a/Makefile b/Makefile index aca8721..aaadf9b 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = libSystem -VERSION = 0.1.2 +VERSION = 0.1.3 SUBDIRS = include src tools RM = rm -f LN = ln -f diff --git a/config.h b/config.h index ab0ebf5..0ad2f93 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ #define PACKAGE "libSystem" -#define VERSION "0.1.2" +#define VERSION "0.1.3" #ifndef PREFIX # define PREFIX "/usr/local" diff --git a/project.conf b/project.conf index 2e9e581..33edb29 100644 --- a/project.conf +++ b/project.conf @@ -1,5 +1,5 @@ package=libSystem -version=0.1.2 +version=0.1.3 config=h dist=Makefile,COPYING,config.h