About to release 0.0.3
This commit is contained in:
parent
d5f77cc1b4
commit
7c86addb20
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
||||||
PACKAGE = Panel
|
PACKAGE = Panel
|
||||||
VERSION = 0.0.2
|
VERSION = 0.0.3
|
||||||
SUBDIRS = include src
|
SUBDIRS = include src
|
||||||
RM = rm -f
|
RM = rm -f
|
||||||
LN = ln -f
|
LN = ln -f
|
||||||
|
|
2
config.h
2
config.h
|
@ -1,5 +1,5 @@
|
||||||
#define PACKAGE "Panel"
|
#define PACKAGE "Panel"
|
||||||
#define VERSION "0.0.2"
|
#define VERSION "0.0.3"
|
||||||
|
|
||||||
#ifndef PREFIX
|
#ifndef PREFIX
|
||||||
# define PREFIX "/usr/local"
|
# define PREFIX "/usr/local"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
package=Panel
|
package=Panel
|
||||||
version=0.0.2
|
version=0.0.3
|
||||||
config=h
|
config=h
|
||||||
|
|
||||||
subdirs=include,src
|
subdirs=include,src
|
||||||
|
|
Loading…
Reference in New Issue
Block a user