Skip to content

Commit 587ccd7

Browse files
committed
Bump version to 1.6.4
1 parent cd4c336 commit 587ccd7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/manual.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
\settextfraction{1.0}
2121

2222
\newcommand{\cFAC}{{cFAC}\xspace}
23-
\newcommand{\facversion}{{1.6.3}\xspace}
23+
\newcommand{\facversion}{{1.6.4}\xspace}
2424

2525
\newcommand{\opt}[1]{{\textnormal{[}}{#1}\hspace{0.5mm}{\textnormal{]}}}
2626
\newcommand{\var}[1]{\textit{#1}}

include/cfac.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ extern "C" {
2727
/* Versioning */
2828
#define CFAC_VERSION 1
2929
#define CFAC_SUBVERSION 6
30-
#define CFAC_SUBSUBVERSION 3
30+
#define CFAC_SUBSUBVERSION 4
3131

3232
#define CFAC_SUCCESS 0
3333
#define CFAC_FAILURE 1

0 commit comments

Comments
 (0)