From d318aec6d8c31e890153c61d0d88a146c648db53 Mon Sep 17 00:00:00 2001 From: akshay-c Date: Mon, 16 Sep 2019 14:17:36 +0530 Subject: Minor build changes:auto versioning --- ldmicro/helpdialog.cpp | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'ldmicro/helpdialog.cpp') diff --git a/ldmicro/helpdialog.cpp b/ldmicro/helpdialog.cpp index 79791f1..a0148a8 100644 --- a/ldmicro/helpdialog.cpp +++ b/ldmicro/helpdialog.cpp @@ -27,6 +27,7 @@ #include #include #include +#include "ldmicroVC.h" //#include //#include @@ -59,13 +60,19 @@ static char *AboutText[] = { "You should have received a copy of the GNU General Public License along", "with this program. If not, see .", "", -"The source code for LDmicro is available at", +"The source code for LDmicroQt is available at", +"", +" https://github.com/FOSSEE/LDmicroQt", +"", +"The original LDmicro source code is available at", "", " http://cq.cx/ladder.pl", "", "Copyright 2005-2010 Jonathan Westhues", -"Release 2.2, built " __TIME__ " " __DATE__ ".", +"Release " LDMicro_VERSION_MAJOR "." LDMicro_VERSION_MINOR +", built " __TIME__ " " __DATE__ ".", "", +"Email: user info, at host fossee.in", "Email: user jwesthues, at host cq.cx", "", NULL -- cgit