From c4205611ef6b4ee09152361d620ae3fa88ddda76 Mon Sep 17 00:00:00 2001 From: Wolfgang Dautermann Date: Sun, 21 Nov 2021 17:44:54 +0100 Subject: [PATCH] Update version number in CMakeLists.txt and snap/snapcraft.yaml. --- CMakeLists.txt | 2 +- snap/snapcraft.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1cd46fa006..39536ee478 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ if(WIN32) enable_language(RC) endif() -set(VERSION 21.05.2-DevelopmentSnapshot) +set(VERSION 21.11.0) set(GITVERSION ${VERSION}) set(CMAKE_CXX_STANDARD 14) set(CMAKE_CXX_STANDARD_REQUIRED ON) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 64613d69f7..694443b4ce 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: wxmaxima -version: 21.05.1 +version: 21.11.0 summary: A nightly build of wxMaxima, a gui for Maxima, a full-featured CAS. description: wxMaxima is a quite full-featured graphical user interface for Maxima. confinement: strict