mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 10:56:11 +00:00
Cutter v1.2
This commit is contained in:
parent
a7ce43784b
commit
da576b973e
@ -1,4 +1,4 @@
|
||||
version: '1.1-git-{build}'
|
||||
version: '1.2-git-{build}'
|
||||
skip_tags: true
|
||||
image: 'Visual Studio 2015'
|
||||
clone_depth: 1
|
||||
|
@ -80,7 +80,6 @@ void AnalThread::run()
|
||||
core->setConfig("bin.demangle", ui->demangleCheckBox->isChecked());
|
||||
|
||||
QJsonArray openedFiles = Core()->getOpenedFiles();
|
||||
qDebug() << openedFiles << openedFiles.size();
|
||||
if (!openedFiles.size())
|
||||
{
|
||||
core->loadFile(main->getFilename(), loadaddr, mapaddr, rw, va, binidx, loadBinInfo, forceBinPlugin);
|
||||
|
@ -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.1)
|
||||
project(cutter VERSION 1.2)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 11)
|
||||
|
||||
|
@ -30,7 +30,7 @@
|
||||
#define __question(x) (QMessageBox::Yes==QMessageBox::question (this, "Alert", QString(x), QMessageBox::Yes| QMessageBox::No))
|
||||
|
||||
#define APPNAME "Cutter"
|
||||
#define CUTTER_VERSION "1.1"
|
||||
#define CUTTER_VERSION "1.2"
|
||||
|
||||
#define Core() (CutterCore::getInstance())
|
||||
|
||||
|
@ -3,7 +3,7 @@ TEMPLATE = app
|
||||
TARGET = cutter
|
||||
|
||||
# The application version
|
||||
VERSION = 1.1
|
||||
VERSION = 1.2
|
||||
|
||||
ICON = img/cutter.icns
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user