Skip to content

Commit f76640a

Browse files
committed
Re-generate the Makefiles
1 parent a6265ae commit f76640a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.4.0
2+
VERSION = 0.4.1
33
SUBDIRS = data doc src tools tests
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.4.0"
2+
#define VERSION "0.4.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.4.0"
2+
VERSION="0.4.1"
33

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

0 commit comments

Comments
 (0)