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 Dec 14, 2015
1 parent 1da9687 commit ac79f94
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.2.3
Date: 2015-11-25
Version: 2.2.4
Date: 2015-12-14
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 NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
octsympy 2.2.4-dev
==================
octsympy 2.2.4 (2015-12-14)
===========================

* Fix display on Octave 3.8.

Expand Down
4 changes: 2 additions & 2 deletions inst/sympref.m
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
%% @example
%% @group
%% >> sympref version
%% @result{} 2.2.4-dev
%% @result{} 2.2.4
%% @end group
%% @end example
%%
Expand Down Expand Up @@ -174,7 +174,7 @@

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

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.2.4-dev])
AC_INIT([Octave-Forge symbolic package], [2.2.4])

## 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 ac79f94

Please sign in to comment.