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 41239d7 commit 436523bCopy full SHA for 436523b
CMakeLists.txt
@@ -1,7 +1,7 @@
1
cmake_minimum_required(VERSION 2.8)
2
project(wxmaxima)
3
4
-set(VERSION 17.04.0)
+set(VERSION 17.05.0)
5
set(PACKAGE_VERSION ${VERSION})
6
set(GITVERSION ${VERSION})
7
set(PACKAGE wxMaxima)
configure.ac
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
-AC_INIT([wxMaxima], [16.12.x-unofficial])
+AC_INIT([wxMaxima], [17.05.0])
AC_CONFIG_SRCDIR([src/wxMaxima.cpp])
AM_INIT_AUTOMAKE
0 commit comments