About to release 0.1.3
This commit is contained in:
parent
c8f3a396ce
commit
f5bd76a3b0
2
Makefile
2
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
|
||||
|
|
2
config.h
2
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"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
package=libSystem
|
||||
version=0.1.2
|
||||
version=0.1.3
|
||||
config=h
|
||||
dist=Makefile,COPYING,config.h
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user