Releasing libSystem 0.1.0
This commit is contained in:
parent
d8d4858efb
commit
0bff06da80
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
||||||
PACKAGE = libSystem
|
PACKAGE = libSystem
|
||||||
VERSION = 0.0.2
|
VERSION = 0.1.0
|
||||||
SUBDIRS = src include
|
SUBDIRS = src include
|
||||||
RM = rm -f
|
RM = rm -f
|
||||||
LN = ln -sf
|
LN = ln -sf
|
||||||
|
|
2
config.h
2
config.h
|
@ -1,5 +1,5 @@
|
||||||
#define PACKAGE "libSystem"
|
#define PACKAGE "libSystem"
|
||||||
#define VERSION "0.0.2"
|
#define VERSION "0.1.0"
|
||||||
|
|
||||||
#ifndef PREFIX
|
#ifndef PREFIX
|
||||||
# define PREFIX "/usr/local"
|
# define PREFIX "/usr/local"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
package=libSystem
|
package=libSystem
|
||||||
version=0.0.2
|
version=0.1.0
|
||||||
config=h
|
config=h
|
||||||
dist=Makefile,COPYING,config.h
|
dist=Makefile,COPYING,config.h
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user