diff --git a/engine/code/q3_ui/ui_rally_credits.c b/engine/code/q3_ui/ui_rally_credits.c index 0fbba101..a8bde559 100644 --- a/engine/code/q3_ui/ui_rally_credits.c +++ b/engine/code/q3_ui/ui_rally_credits.c @@ -99,7 +99,7 @@ static void UI_Rally_CreditMenu_Draw( void ) { UI_DrawProportionalString( 320, y, "Cyberdemon, Killaz and skw|d", UI_CENTER|UI_SMALLFONT, color_white ); y += 2.0 * PROP_HEIGHT * PROP_SMALL_SIZE_SCALE; - UI_DrawString( 320, y, Q3_VERSION " (c) 2002 - 2018 | 16 Years of Q3R | www.q3rally.com | It's damn fast baby!, UI_CENTER|UI_SMALLFONT, text_color_normal ); + UI_DrawString( 320, y, Q3_VERSION " (c) 2002 - 2018 | 16 Years of Q3R | www.q3rally.com | It's damn fast baby!", UI_CENTER|UI_SMALLFONT, text_color_normal ); } diff --git a/engine/code/qcommon/q_shared.h b/engine/code/qcommon/q_shared.h index dcf8cd06..54106625 100644 --- a/engine/code/qcommon/q_shared.h +++ b/engine/code/qcommon/q_shared.h @@ -67,7 +67,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #define BASETA "missionpack" #ifndef PRODUCT_VERSION -#define PRODUCT_VERSION "v0.0.1.0 r215" +#define PRODUCT_VERSION "v0.0.1.0 r216" #endif #ifndef PRODUCT_DATE diff --git a/q3rallycode.ppr b/q3rallycode.ppr index 508017de..ebe2cb83 100644 --- a/q3rallycode.ppr +++ b/q3rallycode.ppr @@ -872,4 +872,4 @@ TopLine=422 Caret=63,431 [engine\code\q3_ui\ui_rally_credits.c] TopLine=84 -Caret=65,102 +Caret=120,102