About to release 0.1.3

This commit is contained in:
Pierre Pronchery 2009-11-26 19:45:59 +00:00
parent c8f3a396ce
commit f5bd76a3b0
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
PACKAGE = libSystem PACKAGE = libSystem
VERSION = 0.1.2 VERSION = 0.1.3
SUBDIRS = include src tools SUBDIRS = include src tools
RM = rm -f RM = rm -f
LN = ln -f LN = ln -f

View File

@ -1,5 +1,5 @@
#define PACKAGE "libSystem" #define PACKAGE "libSystem"
#define VERSION "0.1.2" #define VERSION "0.1.3"
#ifndef PREFIX #ifndef PREFIX
# define PREFIX "/usr/local" # define PREFIX "/usr/local"

View File

@ -1,5 +1,5 @@
package=libSystem package=libSystem
version=0.1.2 version=0.1.3
config=h config=h
dist=Makefile,COPYING,config.h dist=Makefile,COPYING,config.h