Skip to content

Commit 18e1f48

Browse files
committed
Increase version number.
1 parent aaf249d commit 18e1f48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- Autoconf -*-
22
# Process this file with autoconf to produce a configure script.
33

4-
AC_INIT([wxMaxima], [16.04.0])
4+
AC_INIT([wxMaxima], [16.04.1])
55
AC_CONFIG_SRCDIR([src/wxMaxima.cpp])
66
AM_INIT_AUTOMAKE
77

data/wxmathml.lisp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
#+clisp `(let ((custom:*suppress-check-redefinition* t)) ,form)
5757
#-(or sbcl clisp) `(progn ,form))
5858

59-
($put '$wxmaxima `((mlist simp) 16 4 0) '$version)
59+
($put '$wxmaxima `((mlist simp) 16 4 1) '$version)
6060

6161
(defun $wxbuild_info ()
6262
(let ((wxmaxima-version (cdr ($get '$wxmaxima '$version)))

0 commit comments

Comments
 (0)