From 3f24ddb611b87106e6cc521446b59411259f42e6 Mon Sep 17 00:00:00 2001 From: treadway Date: Tue, 8 Apr 2003 22:00:57 +0000 Subject: [PATCH] version 1.8.0b --- CHANGELOG | 2 ++ utilities/HYPRE_utilities.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 0f2d003ac..0e16c02fa 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -14,6 +14,8 @@ # #============================================================================= +Version 1.8.0b released, 2003/04/08. + - PFMG: bug fix for red/black relaxation. - LOBPCG has been added. diff --git a/utilities/HYPRE_utilities.h b/utilities/HYPRE_utilities.h index eff43c5ff..58b1fa644 100644 --- a/utilities/HYPRE_utilities.h +++ b/utilities/HYPRE_utilities.h @@ -33,7 +33,7 @@ extern "C" { * Before a version of HYPRE goes out the door, increment the version * number and check in this file (for CVS to substitute the Date). */ -#define HYPRE_Version() "HYPRE 1.7.11a $Date$ Compiled: " __DATE__ " " __TIME__ +#define HYPRE_Version() "HYPRE 1.8.0b $Date$ Compiled: " __DATE__ " " __TIME__ #ifdef HYPRE_USE_PTHREADS #ifndef hypre_MAX_THREADS