Skip to content

Commit

Permalink
Bump version to 0.8rc6
Browse files Browse the repository at this point in the history
  • Loading branch information
victorjulien committed Jan 20, 2019
1 parent 9519eb3 commit 964088c
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 6 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.8rc5])
AC_INIT([vuurmuur],[0.8rc6])
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~rc6-1) testing; urgency=low

* update to 0.8rc6

-- Victor Julien <[email protected]> Sun, 20 Jan 2019 12:08:20 +0100

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

* update to 0.8rc5
Expand Down
2 changes: 1 addition & 1 deletion include/vuurmuur.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
#include <linux/netfilter/nf_conntrack_tcp.h>

/* our version */
#define VUURMUUR_VERSION "0.8rc5"
#define VUURMUUR_VERSION "0.8rc6"

#define VUURMUUR_COPYRIGHT "Copyright (C) 2002-2019 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.8rc5"
VERSION="0.8rc6"

# progams
ACLOCAL="aclocal"
Expand Down
2 changes: 1 addition & 1 deletion installer/package/vuurmuur.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%define name vuurmuur
%define version 0.8rc2
%define version 0.8rc6
%define release 1
%define root_prefix_vm %{_prefix}/
# %define conf_prefix_vm %{_sysconfdir}/
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.8rc5"
VERSION="0.8rc6"

# 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.8rc5"
VERSION="0.8rc6"
BACKTITLE="Vuurmuur Setup Wizard version $VERSION"

ZONES="inet lan"
Expand Down

0 comments on commit 964088c

Please sign in to comment.