Cutter 1.4 release

This commit is contained in:
xarkes 2018-04-23 19:47:32 +02:00
parent 0e2eaefa82
commit e0cb52fa2c
5 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
version: '1.3-git-{build}'
version: '1.4-git-{build}'
skip_tags: true
image: 'Visual Studio 2015'
clone_depth: 1

View File

@ -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.3 / Using r2 2.4.0-56-g4dffa5cd2
| Cutter and r2 version, See About Cutter (mandatory) | Version 1.4 / Using r2 2.5.0-105-gc79874941
| Show version information **full output** (See About Cutter) in a pastebin document (mandatory) | https://gist.github.com/
### Expected behavior

View File

@ -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.3)
project(Cutter VERSION 1.4)
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)

View File

@ -25,7 +25,7 @@
#define __question(x) (QMessageBox::Yes==QMessageBox::question (this, "Alert", QString(x), QMessageBox::Yes| QMessageBox::No))
#define APPNAME "Cutter"
#define CUTTER_VERSION "1.3"
#define CUTTER_VERSION "1.4"
#define Core() (CutterCore::getInstance())

View File

@ -3,7 +3,7 @@ TEMPLATE = app
TARGET = Cutter
# The application version
VERSION = 1.3
VERSION = 1.4
ICON = img/cutter.icns