* Updated the version number of Blender to display 2.27.NewPy1 in the User

Interface only. Commented the original line.
  THIS NEEDS TO BE RESTORED TO THE ORIGINAL LINE WHEN A RELEASE IS BUILD!!!
This commit is contained in:
2003-07-01 17:05:28 +00:00
parent fad2aeb3fb
commit 123696724d

View File

@@ -3426,7 +3426,8 @@ static void info_text(int x, int y)
if (g_progress_bar && g_progress_info) { if (g_progress_bar && g_progress_info) {
headerstr= g_progress_info; headerstr= g_progress_info;
} else { } else {
headerstr= versionstr; headerstr = "2.27.NewPy1";
/* headerstr= versionstr; */
} }
swatch_color= hsv_to_cpack(fac1, fac2, fac3); swatch_color= hsv_to_cpack(fac1, fac2, fac3);