diff --git a/configure b/configure index a0104632..331c64ac 100755 --- a/configure +++ b/configure @@ -113,12 +113,12 @@ done : ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s} : ${INSTALL_MAN:=${INSTALL} -m 444} : ${INSTALL_LIB:=${INSTALL} -m 755 -c} - PKGNAME='iaito' ; VERSION='5.9.8' ; VERSION_MAJOR=5; VERSION_MINOR=9; VERSION_PATCH=8; VERSION_NUMBER=50908; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake " ; + PKGNAME='iaito' ; VERSION='5.9.9' ; VERSION_MAJOR=5; VERSION_MINOR=9; VERSION_PATCH=9; VERSION_NUMBER=50909; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake " ; } show_usage() { cat <." exit 0 @@ -226,7 +226,7 @@ case $flag in show_version ; ;; -r|--r|--report) echo "PKGNAME: iaito" -echo "VERSION: 5.9.8" +echo "VERSION: 5.9.9" echo "AUTHOR: pancake" echo "EMAIL: pancake@nopcode.org" echo "LANGS: c++" diff --git a/configure.acr b/configure.acr index 51fa1d69..b0ffc8ad 100644 --- a/configure.acr +++ b/configure.acr @@ -1,5 +1,5 @@ PKGNAME iaito -VERSION 5.9.8 +VERSION 5.9.9 CONTACT pancake ; pancake@nopcode.org LANG_CXX! diff --git a/src/Iaito.pro b/src/Iaito.pro index 36143b2f..92f8e9b9 100644 --- a/src/Iaito.pro +++ b/src/Iaito.pro @@ -4,7 +4,7 @@ TARGET = iaito IAITO_VERSION_MAJOR = 5 IAITO_VERSION_MINOR = 9 -IAITO_VERSION_PATCH = 8 +IAITO_VERSION_PATCH = 9 CONFIG += c++20 CONFIG+=app_bundle diff --git a/src/org.radare.iaito.appdata.xml b/src/org.radare.iaito.appdata.xml index c4766883..d44cbb6b 100644 --- a/src/org.radare.iaito.appdata.xml +++ b/src/org.radare.iaito.appdata.xml @@ -42,6 +42,12 @@ radare + + +

Use aoml instead of the deprecated ?O

+

Fix a null deref crash on startup

+
+

Fix opening projects