Subversion Repositories Kolibri OS

Rev

Rev 1669 | Rev 2617 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1669 Rev 1807
Line 21... Line 21...
21
 
21
 
Line 22... Line 22...
22
	#if LANG_ENG
22
	#if LANG_ENG
23
		printf ("  KolibriOS v%d.%d.%d.%d. Kernel SVN-rev.: %d\n\r", vA, vB, vC, vD, Rev);
23
		printf ("  KolibriOS v%d.%d.%d.%d. Kernel SVN-rev.: %d\n\r", vA, vB, vC, vD, Rev);
24
	#elif LANG_RUS
24
	#elif LANG_RUS
25
		printf ("  Š®«¨¡à¨Ž‘ v%d.%d.%d.%d. SVN-ॢ. ï¤à : %d\n\r", vA, vB, vC, vD, Rev);
25
		printf ("  KolibriOS v%d.%d.%d.%d. SVN-ॢ. ï¤à : %d\n\r", vA, vB, vC, vD, Rev);
26
	#endif
26
	#endif
27
	free(kvbuf);
27
	free(kvbuf);
28
	return TRUE;
28
	return TRUE;
29
	}
29
	}
30
else
30
else