Skip to content

Commit

Permalink
Bump version: 1.3.1-rc1 → 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
epruesse committed Jul 13, 2017
1 parent 57fa012 commit 480f57e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.3.1-rc1
current_version = 1.3.1
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>(a|rc))(?P<pre>\d))?
serialize =
{major}.{minor}.{patch}-{stage}{pre}
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Init

AC_INIT([SINA],[1.3.1-rc1],[[email protected]],,[http://github.com/epruesse/SINA])
AC_INIT([SINA],[1.3.1],[[email protected]],,[http://github.com/epruesse/SINA])
AC_COPYRIGHT([Copyright (c) 2005-2017 Elmar Pruesse])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
Expand Down
2 changes: 1 addition & 1 deletion doc/sina.tex
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
%\usepackage{svninfo}
%\setDate{\svnInfoLongDate}
\setDate{May 14th, 2014}
\setVersion{1.3.1-rc1}
\setVersion{1.3.1}
%\setVersionWord{v}

%\makeatletter
Expand Down

0 comments on commit 480f57e

Please sign in to comment.