diff --git a/Makefile b/Makefile index bdf9ec2..e14d940 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = libSystem -VERSION = 0.1.0 +VERSION = 0.1.1 SUBDIRS = src include RM = rm -f LN = ln -sf diff --git a/config.h b/config.h index 50bdacb..4e1a3d3 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ #define PACKAGE "libSystem" -#define VERSION "0.1.0" +#define VERSION "0.1.1" #ifndef PREFIX # define PREFIX "/usr/local" diff --git a/project.conf b/project.conf index 08a1268..3935f1a 100644 --- a/project.conf +++ b/project.conf @@ -1,5 +1,5 @@ package=libSystem -version=0.1.0 +version=0.1.1 config=h dist=Makefile,COPYING,config.h