]> git.armaanb.net Git - opendoas.git/blobdiff - configure
configure: fix usage() formatting
[opendoas.git] / configure
index 6c35a92a031bc3c3c132de7c9c196af3caeb36ef..e6a842a126ac2bced46e71b12dcc5070b7a4e1be 100755 (executable)
--- a/configure
+++ b/configure
@@ -24,7 +24,7 @@ usage: configure [options]
   --enable-debug         enable debugging
   --enable-static        prepare for static build
 
-       --without-pam          disable pam support
+  --without-pam          disable pam support
 
   --help, -h             display this help and exit
 EOF
@@ -58,7 +58,7 @@ CONFIG_MK=config.mk
 rm -f "$CONFIG_MK"
 
 # : ${VERSION:="$(git describe --dirty --tags --long --always)"}
-: ${VERSION:="0.3.1"}
+: ${VERSION:="0.3.2"}
 
 cat <<EOF >>$CONFIG_MK
 PREFIX   ?=    ${PREFIX:="/usr"}