1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-03-25 12:47:44 +01:00

set version to 4.0: fixes #1097, #1098, #1099 refs #835

This commit is contained in:
Vadim Kurland 2010-01-18 20:02:38 +00:00
parent 6959765a5c
commit f5867a75d8
6 changed files with 11 additions and 11 deletions

10
VERSION
View File

@ -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"

View File

@ -1 +1 @@
#define VERSION "3.1.0"
#define VERSION "4.0.0"

View File

@ -1 +1 @@
#define BUILD_NUM 2377
#define BUILD_NUM 2379

View File

@ -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`"

View File

@ -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();

View File

@ -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