version 1.8.0b

This commit is contained in:
treadway 2003-04-08 22:00:57 +00:00
parent e0b8925bf4
commit 3f24ddb611
2 changed files with 3 additions and 1 deletions

View File

@ -14,6 +14,8 @@
#
#=============================================================================
Version 1.8.0b released, 2003/04/08.
- PFMG: bug fix for red/black relaxation.
- LOBPCG has been added.

View File

@ -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