About to release DeforaOS Keyboard 0.2.0
This commit is contained in:
parent
2ec0c4d514
commit
8894e5b3f7
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
|||
PACKAGE = Keyboard
|
||||
VERSION = 0.1.2
|
||||
VERSION = 0.2.0
|
||||
SUBDIRS = data include src tools
|
||||
RM ?= rm -f
|
||||
LN ?= ln -f
|
||||
|
|
2
config.h
2
config.h
|
@ -1,5 +1,5 @@
|
|||
#define PACKAGE "Keyboard"
|
||||
#define VERSION "0.1.2"
|
||||
#define VERSION "0.2.0"
|
||||
|
||||
#ifndef PREFIX
|
||||
# define PREFIX "/usr/local"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
package=Keyboard
|
||||
version=0.1.2
|
||||
version=0.2.0
|
||||
subdirs=data,include,src,tools
|
||||
config=h
|
||||
dist=COPYING,Makefile,config.h
|
||||
|
|
Loading…
Reference in New Issue
Block a user