Skip to content

Commit

Permalink
[maint] version bumps for release
Browse files Browse the repository at this point in the history
  • Loading branch information
cbm755 committed May 25, 2016
1 parent 1c2d79f commit b9067de
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: symbolic
Version: 2.3.0
Date: 2016-04-08
Version: 2.4.0
Date: 2016-05-24
Author: Colin B. Macdonald <[email protected]>
Maintainer: Colin B. Macdonald <[email protected]>
Title: Octave Symbolic Package using SymPy
Expand Down
4 changes: 2 additions & 2 deletions inst/sympref.m
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
%% @example
%% @group
%% sympref version
%% @result{} 2.4.0-dev
%% @result{} 2.4.0
%% @end group
%% @end example
%%
Expand Down Expand Up @@ -213,7 +213,7 @@

case 'version'
assert (nargin == 1)
varargout{1} = '2.4.0-dev';
varargout{1} = '2.4.0';

case 'display'
if (nargin == 1)
Expand Down
2 changes: 1 addition & 1 deletion src/configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ([2.67])
AC_INIT([Octave-Forge symbolic package], [2.4.0-dev])
AC_INIT([Octave-Forge symbolic package], [2.4.0])

## Window users seem to often have their path misconfigured (issue #236)
## so we check if we really are running GNU sort
Expand Down

0 comments on commit b9067de

Please sign in to comment.