mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-03-25 12:47:44 +01:00
parent
6959765a5c
commit
f5867a75d8
10
VERSION
10
VERSION
@ -1,18 +1,18 @@
|
||||
#-*- mode: shell-script; tab-width: 4; -*-
|
||||
|
||||
FWB_MAJOR_VERSION=3
|
||||
FWB_MINOR_VERSION=1
|
||||
FWB_MAJOR_VERSION=4
|
||||
FWB_MINOR_VERSION=0
|
||||
FWB_MICRO_VERSION=0
|
||||
|
||||
# VERSION must be a string rather than $var because of the build scripts
|
||||
VERSION="3.1.0"
|
||||
SHORTVERSION="310"
|
||||
VERSION="4.0.0"
|
||||
SHORTVERSION="400"
|
||||
|
||||
# RELEASE="1"
|
||||
RELEASE="b@BUILD_NUM@"
|
||||
|
||||
BETA="no"
|
||||
|
||||
REQUIRED_LIBFWBUILDER_VERSION="3.1.0"
|
||||
REQUIRED_LIBFWBUILDER_VERSION="4.0.0"
|
||||
|
||||
|
||||
|
||||
@ -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])
|
||||
|
||||
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
|
||||
LIBFWBUILDER_CFLAGS_FWBUILDER="`$LIBFWBUILDER_CONFIG --cflags fwbuilder`"
|
||||
LIBFWBUILDER_CFLAGS_FWCOMPILER="`$LIBFWBUILDER_CONFIG --cflags fwcompiler`"
|
||||
|
||||
@ -60,7 +60,7 @@ class FWBSettings : public QSettings {
|
||||
|
||||
FWBSettings();
|
||||
|
||||
static QString getApplicationNameForSettings() { return "FirewallBuilder3.1"; }
|
||||
static QString getApplicationNameForSettings() { return "FirewallBuilder4.0"; }
|
||||
|
||||
void init();
|
||||
void save();
|
||||
|
||||
@ -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>
|
||||
@ -12,7 +12,7 @@
|
||||
-->
|
||||
|
||||
<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
|
||||
preliminary, not suitable for production use, most likely has bugs
|
||||
and is made available for download to make it possible for selected
|
||||
Loading…
x
Reference in New Issue
Block a user