Skip to content

Commit

Permalink
dump version to 3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lancos committed Jan 22, 2025
1 parent 7f81150 commit deb24b6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 "[email protected]")
SET(APP_NAME "PonyProg")
SET(AUTHORWEB "http://www.LancOS.com")
SET(APP_YEAR "2022")
SET(APP_YEAR "2025")

SET(PORTERGQT "Eduard Kalinowski")
SET(PORTERMAIL "[email protected]")
Expand Down
12 changes: 7 additions & 5 deletions HISTORY
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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
4 changes: 2 additions & 2 deletions ponyprog.pro
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]"
Expand Down

0 comments on commit deb24b6

Please sign in to comment.