Skip to content

Commit 08f04fd

Browse files
committed
Patch the main menu version string
1 parent 80ec7e4 commit 08f04fd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/main_menu.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -339,9 +339,7 @@ void main_menu::print_menu( const catacurses::window &w_open, int iSel, const po
339339
}
340340

341341
iLine++;
342-
center_print( w_open, iLine, c_light_blue,
343-
string_format( _( "Version: 0.H Stable Candidate, build %s" ),
344-
getVersionString() ) );
342+
center_print( w_open, iLine, c_light_blue, _( "Version: 0.H (Hebert) Stable Release" ) );
345343

346344
int menu_length = 0;
347345
for( size_t i = 0; i < vMenuItems.size(); ++i ) {

0 commit comments

Comments
 (0)