Skip to content

Commit 436523b

Browse files
Andrej VodopivecAndrej Vodopivec
authored andcommitted
Increased version number.
1 parent 41239d7 commit 436523b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 2.8)
22
project(wxmaxima)
33

4-
set(VERSION 17.04.0)
4+
set(VERSION 17.05.0)
55
set(PACKAGE_VERSION ${VERSION})
66
set(GITVERSION ${VERSION})
77
set(PACKAGE wxMaxima)

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.12.x-unofficial])
4+
AC_INIT([wxMaxima], [17.05.0])
55

66
AC_CONFIG_SRCDIR([src/wxMaxima.cpp])
77
AM_INIT_AUTOMAKE

0 commit comments

Comments
 (0)