Skip to content

Commit

Permalink
Bump version to 0.8rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
victorjulien committed Nov 19, 2017
1 parent 9228760 commit ee56826
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([vuurmuur],[0.8rc3])
AC_INIT([vuurmuur],[0.8rc4])
m4_ifndef([AM_SILENT_RULES], [m4_define([AM_SILENT_RULES],[])])AM_SILENT_RULES([yes])
AC_CONFIG_SRCDIR([vuurmuur/vuurmuur.c])
AM_INIT_AUTOMAKE
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
vuurmuur (0.8~rc4-1) testing; urgency=low

* update to 0.8rc4

-- Victor Julien <[email protected]> Sun, 19 Nov 2017 13:39:20 +0100

vuurmuur (0.8~rc3-1) testing; urgency=low

* update to 0.8rc3
Expand Down
2 changes: 1 addition & 1 deletion include/vuurmuur.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
#define __FUNC__ (char *)__func__

/* our version */
#define VUURMUUR_VERSION "0.8rc3"
#define VUURMUUR_VERSION "0.8rc4"

#define VUURMUUR_COPYRIGHT "Copyright (C) 2002-2017 Victor Julien et al"

Expand Down
2 changes: 1 addition & 1 deletion installer/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Copyright (c) 2004-2017 by Victor Julien, Stefan Ubbink
# Licenced under the GPL.
#
VERSION="0.8rc3"
VERSION="0.8rc4"

# progams
ACLOCAL="aclocal"
Expand Down
2 changes: 1 addition & 1 deletion scripts/vuurmuur-searchlog.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

VERSION="0.8rc3"
VERSION="0.8rc4"

# needs: file, sort, cat, zcat, grep

Expand Down
2 changes: 1 addition & 1 deletion scripts/vuurmuur-wizard.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

VMS="vuurmuur_script"

VERSION="0.8rc3"
VERSION="0.8rc4"
BACKTITLE="Vuurmuur Setup Wizard version $VERSION"

ZONES="inet lan"
Expand Down

0 comments on commit ee56826

Please sign in to comment.