Skip to content

Commit 0dd9ae7

Browse files
committed
Updated version to 1.0.3
1 parent 2f50da0 commit 0dd9ae7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ project(pico9918 C CXX ASM)
4343
# PICO9918 Version Information
4444
set(PICO9918_MAJOR_VER 1)
4545
set(PICO9918_MINOR_VER 0)
46-
set(PICO9918_PATCH_VER 2)
46+
set(PICO9918_PATCH_VER 3)
47+
4748
set(PICO9918_VERSION "${PICO9918_MAJOR_VER}.${PICO9918_MINOR_VER}.${PICO9918_PATCH_VER}")
4849
string(REPLACE "." "-" PICO9918_VERSION_STR "${PICO9918_VERSION}")
4950

src/res/splash.png

173 Bytes
Loading

0 commit comments

Comments
 (0)