mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-09-12 16:13:13 +02:00
@@ -1,18 +1,18 @@
|
|||||||
#-*- mode: shell-script; tab-width: 4; -*-
|
#-*- mode: shell-script; tab-width: 4; -*-
|
||||||
|
|
||||||
FWB_MAJOR_VERSION=3
|
FWB_MAJOR_VERSION=4
|
||||||
FWB_MINOR_VERSION=1
|
FWB_MINOR_VERSION=0
|
||||||
FWB_MICRO_VERSION=0
|
FWB_MICRO_VERSION=0
|
||||||
|
|
||||||
# VERSION must be a string rather than $var because of the build scripts
|
# VERSION must be a string rather than $var because of the build scripts
|
||||||
VERSION="3.1.0"
|
VERSION="4.0.0"
|
||||||
SHORTVERSION="310"
|
SHORTVERSION="400"
|
||||||
|
|
||||||
# RELEASE="1"
|
# RELEASE="1"
|
||||||
RELEASE="b@BUILD_NUM@"
|
RELEASE="b@BUILD_NUM@"
|
||||||
|
|
||||||
BETA="no"
|
BETA="no"
|
||||||
|
|
||||||
REQUIRED_LIBFWBUILDER_VERSION="3.1.0"
|
REQUIRED_LIBFWBUILDER_VERSION="4.0.0"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -204,7 +204,7 @@ AC_DEFINE_UNQUOTED(CO_FILE_NAME, ["$CO_FILE_NAME"], [co_file_name])
|
|||||||
AC_PATH_PROG(LIBFWBUILDER_CONFIG, libfwbuilder-config-${FWB_MAJOR_VERSION}, ,[$EXTENDED_PATH])
|
AC_PATH_PROG(LIBFWBUILDER_CONFIG, libfwbuilder-config-${FWB_MAJOR_VERSION}, ,[$EXTENDED_PATH])
|
||||||
|
|
||||||
if test x$LIBFWBUILDER_CONFIG = x ; then
|
if test x$LIBFWBUILDER_CONFIG = x ; then
|
||||||
AC_MSG_ERROR([*** libfwbuilder not installed, or libfwbuilder-config-2 is not in path])
|
AC_MSG_ERROR([*** libfwbuilder not installed, or libfwbuilder-config-${FWB_MAJOR_VERSION} is not in path])
|
||||||
else
|
else
|
||||||
LIBFWBUILDER_CFLAGS_FWBUILDER="`$LIBFWBUILDER_CONFIG --cflags fwbuilder`"
|
LIBFWBUILDER_CFLAGS_FWBUILDER="`$LIBFWBUILDER_CONFIG --cflags fwbuilder`"
|
||||||
LIBFWBUILDER_CFLAGS_FWCOMPILER="`$LIBFWBUILDER_CONFIG --cflags fwcompiler`"
|
LIBFWBUILDER_CFLAGS_FWCOMPILER="`$LIBFWBUILDER_CONFIG --cflags fwcompiler`"
|
||||||
|
|||||||
@@ -60,7 +60,7 @@ class FWBSettings : public QSettings {
|
|||||||
|
|
||||||
FWBSettings();
|
FWBSettings();
|
||||||
|
|
||||||
static QString getApplicationNameForSettings() { return "FirewallBuilder3.1"; }
|
static QString getApplicationNameForSettings() { return "FirewallBuilder4.0"; }
|
||||||
|
|
||||||
void init();
|
void init();
|
||||||
void save();
|
void save();
|
||||||
|
|||||||
+2
-2
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
<h1>The 5 minutes introduction to Firewall Builder 3.1.0</h1>
|
<h1>The 5 minutes introduction to Firewall Builder 4.0.0</h1>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
<p>
|
<p>
|
||||||
@@ -12,7 +12,7 @@
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<i>Firewall Builder v3.1.0 is internal testing release not intended
|
<i>Firewall Builder v4.0.0 is internal testing release not intended
|
||||||
for publication. Please do not distribute it. This version is
|
for publication. Please do not distribute it. This version is
|
||||||
preliminary, not suitable for production use, most likely has bugs
|
preliminary, not suitable for production use, most likely has bugs
|
||||||
and is made available for download to make it possible for selected
|
and is made available for download to make it possible for selected
|
||||||
Reference in New Issue
Block a user