zimmertr: I installed the patch with the delta file but my version number did not change on the main menu? It's still 1.02.0508
Any idea why this might be?
Maybe because the patch only modifies the files inside de game subdirectory, but not the launch script (start.sh)
Check the first lines of the script where it exports several variables
# Package info
declare -r VERSION="1.1.0.2"
declare -r VERSION_DEV="1.0.3-503"
declare -r GAME_NAME="Pillars of Eternity"
declare -r PACKAGE_NAME="gog-pillars-of-eternity"
If you modify them by hand, make a backup first of the script and your saves, just in case.