From f5bd76a3b0ea5733fbee72beb77c3a44c2fcd68d Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Thu, 26 Nov 2009 19:45:59 +0000 Subject: [PATCH] About to release 0.1.3 --- Makefile | 2 +- config.h | 2 +- project.conf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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