print components versions in uname winix function
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
*/
|
||||
|
||||
/*
|
||||
* Copyright (c) 2008-2021, Tomasz Sowa
|
||||
* Copyright (c) 2008-2022, Tomasz Sowa
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
@@ -436,6 +436,18 @@ namespace TemplatesFunctions
|
||||
void sys_ver_major(Info & i);
|
||||
void sys_ver_minor(Info & i);
|
||||
void sys_ver_revision(Info & i);
|
||||
void sys_pikotools_ver_major(Info & i);
|
||||
void sys_pikotools_ver_minor(Info & i);
|
||||
void sys_pikotools_ver_patch(Info & i);
|
||||
void sys_morm_ver_major(Info & i);
|
||||
void sys_morm_ver_minor(Info & i);
|
||||
void sys_morm_ver_patch(Info & i);
|
||||
void sys_ezc_ver_major(Info & i);
|
||||
void sys_ezc_ver_minor(Info & i);
|
||||
void sys_ezc_ver_patch(Info & i);
|
||||
void sys_tito_ver_major(Info & i);
|
||||
void sys_tito_ver_minor(Info & i);
|
||||
void sys_tito_ver_patch(Info & i);
|
||||
void sys_plugin_tab(Info & i);
|
||||
void sys_plugin_tab_has_name(Info & i);
|
||||
void sys_plugin_tab_name(Info & i);
|
||||
|
||||
Reference in New Issue
Block a user