* src/task/task_register.cc (task::TaskRegister::version): Here. * configure.ac, NEWS: Version 0.9a. --- ChangeLog | 7 +++++++ NEWS | 2 ++ configure.ac | 2 +- src/task/task_register.cc | 5 +++-- 4 files changed, 13 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog index 1bf00d9..be4a4a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2012-03-19 Roland Levillain roland@lrde.epita.fr
+ Update copyright years displayed by `--version'. + + * src/task/task_register.cc (task::TaskRegister::version): Here. + * configure.ac, NEWS: Version 0.9a. + +2012-03-19 Roland Levillain roland@lrde.epita.fr + Version 0.9.
* configure.ac: Here. diff --git a/NEWS b/NEWS index 7451741..e7f442f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +New in 0.9a: + New in 0.9, 2012-03-19: * `--system-library' option provides builtin system library selection, so the user can use a spim-like or the nolimips-original syscall set. diff --git a/configure.ac b/configure.ac index f05542a..e606c55 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ AC_PREREQ([2.59])
## Project ----------------------------- -AC_INIT([Nolimips], [0.9], [benoit@lrde.epita.fr]) +AC_INIT([Nolimips], [0.9a], [benoit@lrde.epita.fr])
## Setup Autotools --------------------- diff --git a/src/task/task_register.cc b/src/task/task_register.cc index ca929cc..fba6b81 100644 --- a/src/task/task_register.cc +++ b/src/task/task_register.cc @@ -1,6 +1,6 @@ // // This file is part of Nolimips, a MIPS simulator with unlimited registers -// Copyright (C) 2003, 2004, 2006 Benoit Perrot benoit@lrde.epita.fr +// Copyright (C) 2003, 2004, 2006, 2012 Benoit Perrot benoit@lrde.epita.fr // // Nolimips is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -268,7 +268,8 @@ namespace task << PACKAGE" ("PACKAGE_NAME") "PACKAGE_VERSION << std::endl << "Written by Benoit Perrot." << std::endl << std::endl - << "Copyright (C) 2003, 2004 Benoit Perrot." << std::endl + << "Copyright (C) 2003, 2004, 2005, 2006, 2008, 2009, 2010, 2012 " + << "Benoit Perrot." << std::endl << PACKAGE" comes with ABSOLUTELY NO WARRANTY." << std::endl << "This is free software, and you are welcome to redistribute and " << "modify it " << std::endl