aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2010-02-22 15:39:39 +0000
committerDavid Howells <dhowells@redhat.com>2010-02-22 16:01:39 +0000
commit9be94079efbccd689ae346184c9600cd6fb4aa9e (patch)
tree26f2c111ae71e04412b0ae9d18960ba707d1c4fd /Makefile
parent5291796474869579f151f7821410e3ef96d1fa7e (diff)
downloadkeyutils-9be94079efbccd689ae346184c9600cd6fb4aa9e.tar.gz
keyutils historical version 0.3v0.3
- Must invoke initialisation from perror() override in libkeyutils - Minor UI changes - Bump version to permit building in main repositories. - Don't attempt to define the error codes in the header file. - Pass the release ID through to the makefile to affect the shared library name. - Build in the perror() override to get the key error strings displayed. - Need a defattr directive after each files directive.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c5b8748..f5ff8f9 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,9 @@ CFLAGS := -g -Wall -O2
INSTALL := install
DESTDIR :=
MAJOR := 0
-VERSION := $(MAJOR).1
+MINOR := 3
+RELEASE :=
+VERSION := $(MAJOR).$(MINOR)$(RELEASE)
NO_GLIBC_KEYERR := 0
NO_GLIBC_KEYSYS := 0
BUILDFOR :=