Releasing Panel 0.2.2
This commit is contained in:
parent
380cf24854
commit
e3513fe234
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
|||
PACKAGE = Panel
|
||||
VERSION = 0.2.1
|
||||
VERSION = 0.2.2
|
||||
SUBDIRS = data 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.2.1"
|
||||
#define VERSION "0.2.2"
|
||||
|
||||
#ifndef PREFIX
|
||||
# define PREFIX "/usr/local"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
PACKAGE="Panel"
|
||||
VERSION="0.2.1"
|
||||
VERSION="0.2.2"
|
||||
|
||||
PREFIX="/usr/local"
|
||||
LIBDIR="${PREFIX}/lib"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
package=Panel
|
||||
version=0.2.1
|
||||
version=0.2.2
|
||||
config=h,sh
|
||||
|
||||
subdirs=data,include,po,src
|
||||
|
|
Loading…
Reference in New Issue
Block a user