nsis: Bump version to 1.8.0

This commit is contained in:
lightningterror 2020-09-23 13:50:36 +02:00
parent 74817a52ef
commit 6040f8c838
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ Var UserPrivileges
Var IsAdmin
!ifndef APP_VERSION
!define APP_VERSION "1.6.0"
!define APP_VERSION "1.8.0"
!endif
!define APP_NAME "PCSX2 ${APP_VERSION}"