Skip to content

Commit 229f4f9

Browse files
committed
Update version number for release.
1 parent afa806f commit 229f4f9

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ endif (POLICY CMP0048)
1111
project(wxMaxima
1212
DESCRIPTION "wxMaxima is a document based interface for the computer algebra system Maxima."
1313
HOMEPAGE_URL "https://wxmaxima-developers.github.io/wxmaxima/"
14-
VERSION 25.12.0
14+
VERSION 26.01.0
1515
LANGUAGES CXX
1616
)
1717

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 25.12.0
1+
# 26.01.0
22

33
- Keep the wxm/mac difference when saving wxm/exporting mac.
44
This omits unneeded comments (/* [wxMaxima: input start ] */

data/io.github.wxmaxima_developers.wxMaxima.appdata.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!-- Copyright 2025 wxMaxima Team -->
2+
<!-- Copyright 2026 wxMaxima Team -->
33
<component type="desktop">
44
<id>io.github.wxmaxima_developers.wxMaxima</id>
55
<metadata_license>CC0-1.0</metadata_license>
@@ -57,7 +57,7 @@
5757
<content_attribute id="social-info">mild</content_attribute>
5858
</content_rating>
5959
<releases>
60-
<release version="25.12.0" date="2025-12-30T19:30:00Z">
60+
<release version="26.01.0" date="2026-01-02T19:30:00Z">
6161
<description>
6262
<p>
6363
Fix some bugs.

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: wxmaxima
2-
version: 25.12.0-0
2+
version: 26.01.0-0
33
summary: A nightly build of wxMaxima, a gui for Maxima, a full-featured CAS.
44
description: wxMaxima is a quite full-featured graphical user interface for Maxima.
55
confinement: strict

0 commit comments

Comments
 (0)