From 0bff06da80aacfd775a329f9eb277f58677b19e0 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Wed, 15 Oct 2008 11:28:17 +0000 Subject: [PATCH] Releasing libSystem 0.1.0 --- Makefile | 2 +- config.h | 2 +- project.conf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index d2faae5..bdf9ec2 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = libSystem -VERSION = 0.0.2 +VERSION = 0.1.0 SUBDIRS = src include RM = rm -f LN = ln -sf diff --git a/config.h b/config.h index 66f1e98..50bdacb 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ #define PACKAGE "libSystem" -#define VERSION "0.0.2" +#define VERSION "0.1.0" #ifndef PREFIX # define PREFIX "/usr/local" diff --git a/project.conf b/project.conf index 7a93ef8..08a1268 100644 --- a/project.conf +++ b/project.conf @@ -1,5 +1,5 @@ package=libSystem -version=0.0.2 +version=0.1.0 config=h dist=Makefile,COPYING,config.h