From: Bobby R. Bruce Date: Sat, 4 Jul 2020 03:59:44 +0000 (-0700) Subject: misc: Reverting version numbers X-Git-Tag: v20.1.0.0~508 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ae58bd07f1072c3bedac2264a0f321d2bf8fda1d;p=gem5.git misc: Reverting version numbers Change-Id: Ib423bf30e3a45c6e0c869499cd490851feeac5d1 --- 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]";