File tree Expand file tree Collapse file tree 5 files changed +6
-5
lines changed
fastlane/metadata/android/en-US/images Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ include(InstallRequiredSystemLibraries)
1515### The current version number
1616set (LIRI_VERSION_MAJOR 3)
1717set (LIRI_VERSION_MINOR 0)
18- set (LIRI_VERSION_PATCH 0 )
18+ set (LIRI_VERSION_PATCH 1 )
1919set (LIRI_VERSION ${LIRI_VERSION_MAJOR} .${LIRI_VERSION_MINOR} )
2020
2121set (LIRI_EXECUTABLE_NAME Li-ri)
Original file line number Diff line number Diff line change 1- xx-xx-xxxx : Version 3.0.1
1+ 19-12-2023 : Version 3.0.1
22 CMake compilation
33 Github workflow to provide binaries for Linux, Windows and macOS
4+ Add missing icon for F-Droid
4511-11-2023 : Version 3.0.0
56 Update to SDL2
67 Compilation ok on Android
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
33 package =" org.liri.app"
4- android : versionCode =" 30000 "
5- android : versionName =" 3.0.0 "
4+ android : versionCode =" 30001 "
5+ android : versionName =" 3.0.1 "
66 android : installLocation =" auto" >
77
88 <application
Original file line number Diff line number Diff line change 4343SDL_Window *sdlWindow; // Pointe sur l'écran video
4444SDL_Renderer *sdlRenderer; // Pointe sur l'écran video
4545
46- char Titre[]=" Li-ri V3.0.0 " ;
46+ char Titre[]=" Li-ri V3.0.1 " ;
4747
4848Sprite *Sprites=NULL ; // Pointe sur les sprites
4949int NSprites=0 ; // Nombre de sprites en mémoire
You can’t perform that action at this time.
0 commit comments