chiark / gitweb /
secnet.h: Change bool_t to a C99 _Bool
[secnet.git] / Makefile.in
index 526175be1ab83924c129d69aa4f79a9e659c2324..c224a083fe41f09e4b704fe7c4fbd0921cae58b1 100644 (file)
@@ -18,7 +18,7 @@
 .PHONY:        all clean realclean distclean dist install
 
 PACKAGE:=secnet
-VERSION:=0.3.1~beta2
+VERSION:=0.3.1
 
 @SET_MAKE@
 
@@ -32,7 +32,7 @@ INSTALL:=@INSTALL@
 INSTALL_PROGRAM:=@INSTALL_PROGRAM@
 
 CFLAGS:=-Wall @WRITESTRINGS@ @CFLAGS@ -Werror \
-       -W -Wno-unused \
+       -W -Wno-unused -Wno-unused-parameter \
        -Wno-pointer-sign -Wstrict-prototypes -Wmissing-prototypes \
        -Wmissing-declarations -Wnested-externs -Wredundant-decls \
        -Wpointer-arith -Wformat=2 -Winit-self \
@@ -177,7 +177,7 @@ dist:
 #
 #  4. git-tag -m "secnet $VERSION" -s v$VERSION
 #
-#  5. git-push origin
+#  5. git-push origin v$VERSION v${VERSION}~0:master
 #
 #  6. Run, again,
 #       make dist