misc: Reverting version numbers
authorBobby R. Bruce <bbruce@ucdavis.edu>
Sat, 4 Jul 2020 03:59:44 +0000 (20:59 -0700)
committerBobby R. Bruce <bbruce@ucdavis.edu>
Sat, 4 Jul 2020 03:59:44 +0000 (20:59 -0700)
Change-Id: Ib423bf30e3a45c6e0c869499cd490851feeac5d1

src/Doxyfile
src/base/version.cc

index 9aba7d39905af3e5c2d1eff73e35b058c457f111..c92a787b65428eceb7e3c8f3279b41d9e4c6f0b9 100644 (file)
@@ -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. 
index 42e45dfc720dd46d9042d17f2cd715864d1f2fbb..4419aa53ab5e3e3af90919b091062df59eaafadf 100644 (file)
@@ -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]";