From ae58bd07f1072c3bedac2264a0f321d2bf8fda1d Mon Sep 17 00:00:00 2001 From: "Bobby R. Bruce" Date: Fri, 3 Jul 2020 20:59:44 -0700 Subject: [PATCH] misc: Reverting version numbers Change-Id: Ib423bf30e3a45c6e0c869499cd490851feeac5d1 --- src/Doxyfile | 2 +- src/base/version.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Doxyfile b/src/Doxyfile index 9aba7d399..c92a787b6 100644 --- a/src/Doxyfile +++ b/src/Doxyfile @@ -31,7 +31,7 @@ PROJECT_NAME = gem5 # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = v20.0.0.3 +PROJECT_NUMBER = DEVELOP-FOR-V20.1 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. diff --git a/src/base/version.cc b/src/base/version.cc index 42e45dfc7..4419aa53a 100644 --- a/src/base/version.cc +++ b/src/base/version.cc @@ -26,4 +26,4 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -const char *gem5Version = "20.0.0.3"; +const char *gem5Version = "[DEVELOP-FOR-V20.1]"; -- 2.30.2