diff --git a/src/universe.cpp b/src/universe.cpp index f268aefe46..9909a80dc6 100644 --- a/src/universe.cpp +++ b/src/universe.cpp @@ -26,7 +26,7 @@ using namespace LAMMPS_NS; Universe::Universe(LAMMPS *lmp, MPI_Comm communicator) : Pointers(lmp) { - version = (char *) "9 Jan 2009"; + version = (char *) "7 Jul 2009"; uworld = communicator; MPI_Comm_rank(uworld,&me);