We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaf249d commit 18e1f48Copy full SHA for 18e1f48
configure.ac
@@ -1,7 +1,7 @@
1
# -*- Autoconf -*-
2
# Process this file with autoconf to produce a configure script.
3
4
-AC_INIT([wxMaxima], [16.04.0])
+AC_INIT([wxMaxima], [16.04.1])
5
AC_CONFIG_SRCDIR([src/wxMaxima.cpp])
6
AM_INIT_AUTOMAKE
7
data/wxmathml.lisp
@@ -56,7 +56,7 @@
56
#+clisp `(let ((custom:*suppress-check-redefinition* t)) ,form)
57
#-(or sbcl clisp) `(progn ,form))
58
59
-($put '$wxmaxima `((mlist simp) 16 4 0) '$version)
+($put '$wxmaxima `((mlist simp) 16 4 1) '$version)
60
61
(defun $wxbuild_info ()
62
(let ((wxmaxima-version (cdr ($get '$wxmaxima '$version)))
0 commit comments