Skip to content

Commit

Permalink
Increase version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejv committed Apr 6, 2016
1 parent aaf249d commit 18e1f48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.

AC_INIT([wxMaxima], [16.04.0])
AC_INIT([wxMaxima], [16.04.1])
AC_CONFIG_SRCDIR([src/wxMaxima.cpp])
AM_INIT_AUTOMAKE

Expand Down
2 changes: 1 addition & 1 deletion data/wxmathml.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
#+clisp `(let ((custom:*suppress-check-redefinition* t)) ,form)
#-(or sbcl clisp) `(progn ,form))

($put '$wxmaxima `((mlist simp) 16 4 0) '$version)
($put '$wxmaxima `((mlist simp) 16 4 1) '$version)

(defun $wxbuild_info ()
(let ((wxmaxima-version (cdr ($get '$wxmaxima '$version)))
Expand Down

0 comments on commit 18e1f48

Please sign in to comment.