1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-03-24 20:27:22 +01:00

add build num to "Generated with..." comment

This commit is contained in:
Vadim Kurland 2008-07-18 20:10:45 +00:00
parent 33e786bb1f
commit 0c039b2030
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,9 @@
2008-07-18 Vadim Kurland <vadim@vk.crocodile.org>
* ipt.cpp (main): compiler for iptables puts build number in
addition to the version number into "Generated with ..." comment
in the produced script
* instDialog.cpp (instDialog::installerError): fixed crash in the
installer that happened when policy activation ended with an error

View File

@ -24,6 +24,7 @@
*/
#include "../../config.h"
#include "../../build_num"
#include <qsettings.h>
@ -854,7 +855,7 @@ _("Dynamic interface %s should not have an IP address object attached to it. Thi
script << _("#\n\
# This is automatically generated file. DO NOT MODIFY !\n\
#\n\
# Firewall Builder fwb_ipt v") << VERSION << "-" << RELEASE_NUM << _(" \n");
# Firewall Builder fwb_ipt v") << VERSION << "-" << BUILD_NUM << _(" \n");
if (!omit_timestamp)
{