Make version to be Beta
This commit is contained in:
@@ -209,7 +209,7 @@ def benchmark_draw_post_pixel(arg1, arg2):
|
||||
y = 0.70 * window_height
|
||||
|
||||
blf.size(font_id, int(32 * ui_scale), 72)
|
||||
draw_text_center("Blender Benchmark 1.0", x, y, shadow=True)
|
||||
draw_text_center("Blender Benchmark 1.0 Beta", x, y, shadow=True)
|
||||
|
||||
y -= 32 * ui_scale
|
||||
|
||||
|
@@ -39,7 +39,7 @@ else
|
||||
fi
|
||||
|
||||
SCRIPTPATH=`dirname $SCRIPT`
|
||||
BENCHMARK_VERSION="1.0"
|
||||
BENCHMARK_VERSION="1.0beta"
|
||||
|
||||
CONFIG="${SCRIPTPATH}/config"
|
||||
|
||||
|
Reference in New Issue
Block a user