X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=secnet.git;a=blobdiff_plain;f=Makefile.in;h=ba5a861d8f4f50e8f30f6f43e23cd20992f4cd99;hp=526175be1ab83924c129d69aa4f79a9e659c2324;hb=1a448682f9a56b3e33e24fc07767a07e40feaec7;hpb=2368720d4c08f50a41abb784c709e3e60a71984c diff --git a/Makefile.in b/Makefile.in index 526175b..ba5a861 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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,11 +32,11 @@ 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 \ - -Wswitch-enum -Wunused-variable -Wbad-function-cast \ + -Wswitch-enum -Wunused-variable -Wunused-function -Wbad-function-cast \ -Wno-strict-aliasing -fno-strict-aliasing ALL_CFLAGS:=@DEFS@ -I$(srcdir) -I. $(CFLAGS) $(EXTRA_CFLAGS) CPPFLAGS:=@CPPFLAGS@ $(EXTRA_CPPFLAGS) @@ -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