We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f50da0 commit 0dd9ae7Copy full SHA for 0dd9ae7
CMakeLists.txt
@@ -43,7 +43,8 @@ project(pico9918 C CXX ASM)
43
# PICO9918 Version Information
44
set(PICO9918_MAJOR_VER 1)
45
set(PICO9918_MINOR_VER 0)
46
-set(PICO9918_PATCH_VER 2)
+set(PICO9918_PATCH_VER 3)
47
+
48
set(PICO9918_VERSION "${PICO9918_MAJOR_VER}.${PICO9918_MINOR_VER}.${PICO9918_PATCH_VER}")
49
string(REPLACE "." "-" PICO9918_VERSION_STR "${PICO9918_VERSION}")
50
src/res/splash.png
173 Bytes
0 commit comments