diff --git a/.appveyor.yml b/.appveyor.yml
index 7f0721c6..c5f35508 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -1,4 +1,4 @@
-version: '1.10.3-git-{build}'
+version: '1.11.0-rc1-git-{build}'
image: 'Visual Studio 2019'
clone_depth: 1
@@ -45,7 +45,7 @@ install:
- cmd: python -m pip install meson==0.52
- cmd: powershell -Command "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; wget %NINJA_URL% -OutFile ninja.zip; Expand-Archive .\ninja.zip -DestinationPath ."
# Artifacts
- - cmd: set "ARTIFACT_NAME=Cutter-v1.10.3-%ARCH%.Windows"
+ - cmd: set "ARTIFACT_NAME=Cutter-v1.11.0-rc1-%ARCH%.Windows"
- cmd: if defined MESON ( set "ARTIFACT_PATH=dist_%ARCH%" ) else ( set "ARTIFACT_PATH=build_%ARCH%\cutter" )
before_build:
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 747c6785..c3af330e 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -20,13 +20,13 @@
# -- Project information -----------------------------------------------------
project = 'Cutter'
-copyright = '2019, The Cutter Developers'
+copyright = '2020, The Cutter Developers'
author = 'The Cutter Developers'
# The short X.Y version
-version = '1.10'
+version = '1.11'
# The full version, including alpha/beta/rc tags
-release = '1.10.3'
+release = '1.11.0-rc1'
# -- General configuration ---------------------------------------------------
diff --git a/docs/source/index.rst b/docs/source/index.rst
index 6ec30ad4..7ce8bece 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -18,7 +18,7 @@ download the latest release
- OSX: Download the latest ``.dmg`` file.
- Windows: Download the latest archive.
-- Linux: use the AppImage file. Then just make it executable and run it: ``chmod +x Cutter-v1.10.3-x86_64.AppImage``
+- Linux: use the AppImage file. Then just make it executable and run it: ``chmod +x Cutter-v1.11.0-x86_64.AppImage``
Building from sources
diff --git a/src/Cutter.pro b/src/Cutter.pro
index 0f0ac1ab..6cce8b66 100644
--- a/src/Cutter.pro
+++ b/src/Cutter.pro
@@ -3,8 +3,8 @@ TEMPLATE = app
TARGET = Cutter
CUTTER_VERSION_MAJOR = 1
-CUTTER_VERSION_MINOR = 10
-CUTTER_VERSION_PATCH = 3
+CUTTER_VERSION_MINOR = 11
+CUTTER_VERSION_PATCH = 0
VERSION = $${CUTTER_VERSION_MAJOR}.$${CUTTER_VERSION_MINOR}.$${CUTTER_VERSION_PATCH}
diff --git a/src/org.radare.Cutter.appdata.xml b/src/org.radare.Cutter.appdata.xml
index a527e422..250d6ae3 100644
--- a/src/org.radare.Cutter.appdata.xml
+++ b/src/org.radare.Cutter.appdata.xml
@@ -25,6 +25,7 @@
xarkes
+