Preparing for the 0.1.0 release
This commit is contained in:
parent
c02a91d37d
commit
64cfe535a2
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
|||
PACKAGE = Panel
|
||||
VERSION = 0.0.6
|
||||
VERSION = 0.1.0
|
||||
SUBDIRS = include po src
|
||||
RM = rm -f
|
||||
LN = ln -f
|
||||
|
|
2
config.h
2
config.h
|
@ -1,5 +1,5 @@
|
|||
#define PACKAGE "Panel"
|
||||
#define VERSION "0.0.6"
|
||||
#define VERSION "0.1.0"
|
||||
|
||||
#ifndef PREFIX
|
||||
# define PREFIX "/usr/local"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
PACKAGE="Panel"
|
||||
VERSION="0.0.6"
|
||||
VERSION="0.1.0"
|
||||
|
||||
PREFIX="/usr/local"
|
||||
LIBDIR="${PREFIX}/lib"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
package=Panel
|
||||
version=0.0.6
|
||||
version=0.1.0
|
||||
config=h,sh
|
||||
|
||||
subdirs=include,po,src
|
||||
|
|
Loading…
Reference in New Issue
Block a user