From deb24b6ae0eef69c309631f845c02a23c4b83c3f Mon Sep 17 00:00:00 2001 From: Claudio Lanconelli Date: Wed, 22 Jan 2025 10:31:40 +0100 Subject: [PATCH] dump version to 3.1.4 --- CMakeLists.txt | 6 +++--- HISTORY | 12 +++++++----- ponyprog.pro | 4 ++-- 3 files changed, 12 insertions(+), 10 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index abf0816..ae8bcae 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -87,6 +87,8 @@ ELSE() ENDIF() +# SET(APP_VERSION "3.1.4") +# # Set the PonyProg version # this for generating of version file from HISTORY file # the idea is to descript all changes in this file, last changes with version are in the top of file @@ -96,13 +98,11 @@ STRING(REGEX MATCH "([0-9]+\\.[0-9]+\\.[0-9]+)" APP_VERSION "${DESCRIBE_STRING}" MESSAGE(STATUS "Version info: ${APP_VERSION}") SET(VERSION ${APP_VERSION}) -# -# SET(APP_VERSION "3.0.0") SET(APP_AUTHOR "Claudio Lanconelli") SET(APP_EMAIL "PonyProg2000@gmail.com") SET(APP_NAME "PonyProg") SET(AUTHORWEB "http://www.LancOS.com") -SET(APP_YEAR "2022") +SET(APP_YEAR "2025") SET(PORTERGQT "Eduard Kalinowski") SET(PORTERMAIL "eduard_kalinowski@yahoo.de") diff --git a/HISTORY b/HISTORY index 7a34577..453f243 100644 --- a/HISTORY +++ b/HISTORY @@ -1,5 +1,7 @@ Version history +3.1.4 add support EGGLINK-V3 interface + fixed i2cbus disable with PonyProgFT 3.1.3 avoid to manually add extension on file save because the dialog has a check for this purpose fixed script file type by filename extension fixed regression on the script filename handling (name with quotation mark and filename with spaces) @@ -17,8 +19,8 @@ Version history fix ATiny2313 Struct description (fuse bits) update qhexedit with latest fixes and address hexcaps -3.1.1 Bug fix: correct device selection by menu entries and load file. Translation fixes -3.1.0 Add USB PonyProgFT interface, redesigned interface dialog, several fixes -3.0.2 Default build to Qt5, smal fixes to build on non-X86 ARCHs -3.0.1 Small fixes, Build scripts, compiler warnings, mispelled words -3.0.0 Project converted to Qt framework +3.1.1 Bug fix: correct device selection by menu entries and load file. Translation fixes +3.1.0 Add USB PonyProgFT interface, redesigned interface dialog, several fixes +3.0.2 Default build to Qt5, small fixes to build on non-X86 ARCHs +3.0.1 Small fixes, Build scripts, compiler warnings, mispelled words +3.0.0 Project converted to Qt framework diff --git a/ponyprog.pro b/ponyprog.pro index c5fe818..024a16f 100644 --- a/ponyprog.pro +++ b/ponyprog.pro @@ -25,9 +25,9 @@ APP_NAME = "PonyProg" APP_LOW_NAME = "ponyprog" APP_LOW_H_NAME = ".ponyprog" APP_AUTHOR = "Claudio Lanconelli" -APP_YEAR = "2022" +APP_YEAR = "2025" #APP_COPYRIGHT = "(C) 1997-$$APP_YEAR $$APP_AUTHOR" -APP_VERSION = "3.1.3" +APP_VERSION = "3.1.4" # APP_BUILD_DATE = $$_DATE_ APP_LONG_NAME = "$$APP_NAME $$APP_VERSION" APP_EMAIL = "PonyProg2000@gmail.com"