Subversion Repositories slepc-dev

Rev

Blame | Compare with Previous | Last modification | View Log | RSS feed

/*
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      SLEPc - Scalable Library for Eigenvalue Problem Computations
      Copyright (c) 2002-2007, Universidad Politecnica de Valencia, Spain

      This file is part of SLEPc. See the README file for conditions of use
      and additional information.
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/


#if !defined(__SLEPCVERSION_H)
#define __SLEPCVERSION_H

/* ========================================================================== */
/*
   Current SLEPC version number and release date
*/

#define SLEPC_VERSION_RELEASE    1
#define SLEPC_VERSION_MAJOR      2
#define SLEPC_VERSION_MINOR      3
#define SLEPC_VERSION_SUBMINOR   3
#define SLEPC_VERSION_PATCH      2
#define SLEPC_VERSION_DATE       "June 1, 2007"
#define SLEPC_VERSION_PATCH_DATE "October 1, 2007"
#define SLEPC_AUTHOR_INFO        "        The SLEPc Team\n\
   slepc-maint@grycap.upv.es\n\
 http://www.grycap.upv.es/slepc\n"

#endif