From d510897ad10fdddc5198465ba1c1d80b590cb04a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=A4rkl?= Date: Sat, 25 Aug 2018 12:16:04 +0200 Subject: [PATCH] Version 1.7.1 --- .appveyor.yml | 2 +- .github/ISSUE_TEMPLATE.md | 2 +- src/CMakeLists.txt | 2 +- src/Cutter.appdata.xml | 1 + src/Cutter.h | 2 +- src/Cutter.pro | 2 +- 6 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 214ab9d0..aa2fa656 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,4 +1,4 @@ -version: '1.7-git-{build}' +version: '1.7.1-git-{build}' image: 'Visual Studio 2015' clone_depth: 1 diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index ec8c870e..ce3148ab 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -9,7 +9,7 @@ | OS/arch/bits (mandatory) | Debian arm 64, Ubuntu x86 32 | File format of the file you reverse (mandatory) | PE, ELF etc. | Architecture/bits of the file (mandatory) | PPC, x86/32, x86/64 etc. -| Cutter and r2 version, See About Cutter (mandatory) | Version 1.7 / Using r2 2.8.0 +| Cutter and r2 version, See About Cutter (mandatory) | Version 1.7.1 / Using r2 2.8.0 | Show version information **full output** (See About Cutter) in a pastebin document (mandatory) | https://gist.github.com/ ### Expected behavior diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 267d3dc9..ce029bea 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.1) list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") include(DisallowInSource) -project(Cutter VERSION 1.7) +project(Cutter VERSION 1.7.1) option(CUTTER_ENABLE_JUPYTER "Enable Jupyter integration. Requires Python >= 3.3." ON) option(CUTTER_ENABLE_QTWEBENGINE "Use QtWebEngine for in-app Jupyter Browser. Unused if CUTTER_ENABLE_JUPYTER=OFF." ON) diff --git a/src/Cutter.appdata.xml b/src/Cutter.appdata.xml index 97c15a66..58c536e6 100644 --- a/src/Cutter.appdata.xml +++ b/src/Cutter.appdata.xml @@ -26,6 +26,7 @@ http://beta.rada.re/en/latest/cutter.html + diff --git a/src/Cutter.h b/src/Cutter.h index e85ba083..3c0b1f9a 100644 --- a/src/Cutter.h +++ b/src/Cutter.h @@ -26,7 +26,7 @@ #define __question(x) (QMessageBox::Yes==QMessageBox::question (this, "Alert", QString(x), QMessageBox::Yes| QMessageBox::No)) #define APPNAME "Cutter" -#define CUTTER_VERSION "1.7" +#define CUTTER_VERSION "1.7.1" #define Core() (CutterCore::getInstance()) diff --git a/src/Cutter.pro b/src/Cutter.pro index 68578386..4e185d3b 100644 --- a/src/Cutter.pro +++ b/src/Cutter.pro @@ -3,7 +3,7 @@ TEMPLATE = app TARGET = Cutter # The application version -VERSION = 1.7 +VERSION = 1.7.1 #required QT version lessThan(QT_MAJOR_VERSION, 5): error("requires Qt 5")