Bump version to 3.1.0

This commit is contained in:
lancos 2019-08-19 02:47:00 +02:00
parent 045648b6b7
commit cd10c05b15
4 changed files with 5 additions and 4 deletions

View File

@ -282,7 +282,7 @@ ELSE()
ENDIF()
#target_link_libraries(${CMAKE_PROJECT_NAME} ${LIBFTDI_LIBRARIES} )
target_link_libraries(${CMAKE_PROJECT_NAME} ftdipp1 )
target_link_libraries(${CMAKE_PROJECT_NAME} ftdipp1 ${LIBFTDI_LIBRARIES} )
ADD_CUSTOM_TARGET (tags
COMMAND ctags -R -f tags ${CMAKE_SOURCE_DIR}/SrcPony

View File

@ -1,5 +1,6 @@
Version history
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

View File

@ -1,4 +1,4 @@
# 3.0.2 - PonyProg - Serial Device Programmer
# 3.1.0 - PonyProg - Serial Device Programmer
PonyProg is a serial device programmer software with a user friendly GUI framework available for Windows and Linux. It's purpose is reading and writing every serial device. With PonyProg and SI-Prog you can program Wafercard for SAT, eeprom within GSM, TV or CAR-RADIO. Furthermore it can be used as a low cost starter kit for PIC and AVR.
Ponyprog supports AVR, SPI eeprom, AVR micro, 12C bus 8bit eeprom, PIC 16 micro, PIC 12 micro, AT89S micro and SDE2506 eeprom family chips.
You can open any HEX, e2p, mot, csm, rom, eep, bin files and burn them to uC or PIC. You can even backup the old program on the chip using Ponyprog. Ponyprog enables the user to write, verify and erase data on the microchip.
@ -6,4 +6,4 @@ Also setting fuse bits and locks using Ponyprog is possible. You can save any HE
You can find it at [www.LancOS.com](http://www.LancOS.com)
![Screenshot](Screenshot.png "Screenshot")
![Screenshot](Screenshot.png "Screenshot")

View File

@ -24,7 +24,7 @@ APP_LOW_NAME = "ponyprog"
APP_LOW_H_NAME = ".ponyprog"
APP_AUTHOR = "Claudio Lanconelli"
APP_COPYRIGHT = "(C) 1997-2019 $$APP_AUTHOR"
APP_VERSION = "3.0.2"
APP_VERSION = "3.1.0"
# APP_BUILD_DATE = $$_DATE_
APP_LONG_NAME = "$$APP_NAME $$APP_VERSION"
APP_EMAIL = "PonyProg2000@gmail.com"