Skip to content

Commit c96e17f

Browse files
committed
Prepare for a future where the “MotionMark” directory represents the current, in-development version of the benchmark, and branches and tags are used for releases.
Have the index.html redirect point to “MotionMark”, and mark the version as “development.
1 parent 7d35327 commit c96e17f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

MotionMark/version

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
1.0
2-
r205655+
1+
development

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5-
<meta http-equiv="refresh" content="0;URL='MotionMark1.2/'" />
5+
<meta http-equiv="refresh" content="0;URL='MotionMark/'" />
66
<title>MotionMark</title>
77
</head>
88
<body>

0 commit comments

Comments
 (0)