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