[flint] 11/24: Update flint version number for 2.4.4 release.

felix salfelder felix-guest at moszumanska.debian.org
Wed Jun 25 11:16:11 UTC 2014


This is an automated email from the git hooks/post-receive script.

felix-guest pushed a commit to branch master
in repository flint.

commit ea621b52ed0a596dc1c8a484052c85b6f32f6db0
Author: William Hart <goodwillhart at googlemail.com>
Date:   Tue Jun 17 15:53:59 2014 +0100

    Update flint version number for 2.4.4 release.
---
 doc/latex/input/title.tex | 4 ++--
 flint.h                   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/latex/input/title.tex b/doc/latex/input/title.tex
index d0d4f99..afe73c6 100644
--- a/doc/latex/input/title.tex
+++ b/doc/latex/input/title.tex
@@ -11,8 +11,8 @@
 {\Large\itshape Fast Library for Number Theory}
 
 \vspace{0.5\textheight}
-{\large Version~2.4.3}\\[1.2\baselineskip]
-{\large 01 April 2014}\\[1.2\baselineskip]
+{\large Version~2.4.4}\\[1.2\baselineskip]
+{\large 17 June 2014}\\[1.2\baselineskip]
 {\large William Hart${}^*$, 
         Fredrik Johansson${}^\dag$, 
         Sebastian Pancratz${}^\ddag$}\\[1.2\baselineskip]
diff --git a/flint.h b/flint.h
index cf64ccc..707b71b 100644
--- a/flint.h
+++ b/flint.h
@@ -61,8 +61,8 @@
 
 #define __FLINT_VERSION 2
 #define __FLINT_VERSION_MINOR 4
-#define __FLINT_VERSION_PATCHLEVEL 3 
-#define FLINT_VERSION "2.4.3"
+#define __FLINT_VERSION_PATCHLEVEL 4 
+#define FLINT_VERSION "2.4.4"
 #define __FLINT_RELEASE (__FLINT_VERSION * 10000 + \
                          __FLINT_VERSION_MINOR * 100 + \
                          __FLINT_VERSION_PATCHLEVEL)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/flint.git



More information about the debian-science-commits mailing list