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:
parent
33e786bb1f
commit
0c039b2030
@ -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
|
||||
|
||||
|
||||
@ -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)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user