mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Use PACKAGE_VERSION as it is known to both make and meson.
This commit is contained in:
parent
ba0acd625f
commit
0ef2ad0771
1 changed files with 1 additions and 1 deletions
|
@ -320,7 +320,7 @@ static void rofi_theme_print_index ( ThemeWidget *widget )
|
|||
void rofi_theme_print ( ThemeWidget *widget )
|
||||
{
|
||||
if ( widget != NULL ) {
|
||||
printf("/**\n * rofi -dump-theme output.\n * Rofi version: %s\n **/\n", VERSION);
|
||||
printf("/**\n * rofi -dump-theme output.\n * Rofi version: %s\n **/\n", PACKAGE_VERSION);
|
||||
rofi_theme_print_index ( widget );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue