Skip to content

Commit

Permalink
Merge pull request #499 from udo-munk/dev
Browse files Browse the repository at this point in the history
raise version number for picosim, there have been many changes
  • Loading branch information
udo-munk authored Dec 23, 2024
2 parents e84f685 + 8b2412f commit 5821c9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion picosim/srcsim/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ if(PICO_RP2040)
else()
pico_set_program_description(${PROJECT_NAME} "z80pack on Raspberry Pi Pico 2")
endif()
pico_set_program_version(${PROJECT_NAME} "1.3")
pico_set_program_version(${PROJECT_NAME} "1.5")
pico_set_program_url(${PROJECT_NAME} "https://github.com/udo-munk/z80pack")

# enable UART in/out, enable USB in/out
Expand Down
2 changes: 1 addition & 1 deletion picosim/srcsim/sim.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#else
#define USR_COM "Raspberry Pi Pico 2 Z80/8080 emulator"
#endif
#define USR_REL "1.3"
#define USR_REL "1.5"
#define USR_CPR "Copyright (C) 2024 by Udo Munk & Thomas Eberhardt"

#ifndef PRIu64
Expand Down

0 comments on commit 5821c9d

Please sign in to comment.