Skip to content

Commit

Permalink
Bump version to 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
victorjulien committed Feb 3, 2025
1 parent 792c18a commit 58c86fa
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 8 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.8.1])
AC_INIT([vuurmuur],[0.8.2])
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.2-1) testing; urgency=low

* update to 0.8.2

-- Victor Julien <[email protected]> Mon, 03 Feb 2025 20:49:20 +0100

vuurmuur (0.8.1-1) testing; urgency=low

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

/* our version */
#define VUURMUUR_VERSION "0.8.1"
#define VUURMUUR_VERSION "0.8.2"

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

Expand Down
4 changes: 2 additions & 2 deletions installer/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
# TODO: setup an initial configuration that works for most
# setups.
#
# Copyright (c) 2004-2017 by Victor Julien, Stefan Ubbink
# Copyright (c) 2004-2025 by Victor Julien, Stefan Ubbink
# Licenced under the GPL.
#
VERSION="0.8.1"
VERSION="0.8.2"

# 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.8.1
%define version 0.8.2
%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.8.1"
VERSION="0.8.2"

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

Expand Down
4 changes: 2 additions & 2 deletions scripts/vuurmuur-wizard.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

# Quick setup wizard for Vuurmuur.
#
# Copyright (c) 2009-2016 by Victor Julien <[email protected]>
# Copyright (c) 2009-2025 by Victor Julien <[email protected]>

VMS="vuurmuur_script"

VERSION="0.8.1"
VERSION="0.8.2"
BACKTITLE="Vuurmuur Setup Wizard version $VERSION"

ZONES="inet lan"
Expand Down

0 comments on commit 58c86fa

Please sign in to comment.