We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd4c336 commit 587ccd7Copy full SHA for 587ccd7
doc/manual.tex
@@ -20,7 +20,7 @@
20
\settextfraction{1.0}
21
22
\newcommand{\cFAC}{{cFAC}\xspace}
23
-\newcommand{\facversion}{{1.6.3}\xspace}
+\newcommand{\facversion}{{1.6.4}\xspace}
24
25
\newcommand{\opt}[1]{{\textnormal{[}}{#1}\hspace{0.5mm}{\textnormal{]}}}
26
\newcommand{\var}[1]{\textit{#1}}
include/cfac.h
@@ -27,7 +27,7 @@ extern "C" {
27
/* Versioning */
28
#define CFAC_VERSION 1
29
#define CFAC_SUBVERSION 6
30
-#define CFAC_SUBSUBVERSION 3
+#define CFAC_SUBSUBVERSION 4
31
32
#define CFAC_SUCCESS 0
33
#define CFAC_FAILURE 1
0 commit comments