diff --git a/README.md b/README.md index fa299fb5e1..950c7eeaff 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Global Change Assessment Model (GCAM) +# Global Change Analysis Model (GCAM) The Joint Global Change Research Institute (JGCRI) is the home and primary development institution for GCAM, an integrated assessment diff --git a/cvs/objects/util/base/include/version.h b/cvs/objects/util/base/include/version.h index 972a7c758a..6c3f4a435d 100644 --- a/cvs/objects/util/base/include/version.h +++ b/cvs/objects/util/base/include/version.h @@ -41,10 +41,10 @@ * NOTE: ADD 1 TO LATEST SUBVERSION REVISION NUMBER */ //! The latest SVN revision number for identification of the build. -#define __REVISION_NUMBER__ "gcam-v5.2" +#define __REVISION_NUMBER__ "gcam-v5.3" /*****************************************************************************/ //! GCAM model version. -#define __ObjECTS_VER__ "5.2" +#define __ObjECTS_VER__ "5.3" #endif // _VERSION_H_