Skip to content

Commit

Permalink
Update version number in CMakeLists.txt and snap/snapcraft.yaml.
Browse files Browse the repository at this point in the history
  • Loading branch information
daute committed Nov 21, 2021
1 parent 45c0c82 commit c420561
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c420561

Please sign in to comment.