Skip to content

Commit 47dae65

Browse files
committed
About to release DeforaOS configure 0.2.1
1 parent ac5f0bf commit 47dae65

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PACKAGE = configure
2-
VERSION = 0.2.0
2+
VERSION = 0.2.1
33
SUBDIRS = doc src tests tools
44
OBJDIR =
55
PREFIX = /usr/local

config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#define PACKAGE "configure"
2-
#define VERSION "0.2.0"
2+
#define VERSION "0.2.1"
33

44
#ifndef PREFIX
55
# define PREFIX "/usr/local"

config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PACKAGE="configure"
2-
VERSION="0.2.0"
2+
VERSION="0.2.1"
33

44
PREFIX="/usr/local"
55
LIBDIR="${PREFIX}/lib"

project.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package=configure
2-
version=0.2.0
2+
version=0.2.1
33
config=h,sh
44

55
subdirs=doc,src,tests,tools

0 commit comments

Comments
 (0)