diff options
-rw-r--r-- | kerberos5/usr.bin/krb5-config/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kerberos5/usr.bin/krb5-config/Makefile b/kerberos5/usr.bin/krb5-config/Makefile index f613745..caae1b3 100644 --- a/kerberos5/usr.bin/krb5-config/Makefile +++ b/kerberos5/usr.bin/krb5-config/Makefile @@ -6,7 +6,7 @@ CLEANFILES= krb5-config krb5-config: krb5-config.in sed -e "s,@PACKAGE\@,FreeBSD heimdal,g" \ - -e "s,@VERSION\@,0.4f,g" \ + -e "s,@VERSION\@,0.5,g" \ -e "s,@prefix\@,/usr,g" \ -e "s,@exec_prefix\@,/usr,g" \ -e "s,@libdir\@,${LIBDIR},g" \ |