add version info
This commit is contained in:
parent
066acee035
commit
441a3ce047
1 changed files with 2 additions and 0 deletions
2
source.c
2
source.c
|
@ -17,6 +17,8 @@ struct powerbar {
|
|||
GtkWidget *poweroff_button;
|
||||
};
|
||||
|
||||
const gchar module_version[] = "v1.3.5";
|
||||
|
||||
static int self_id;
|
||||
|
||||
static gboolean show_labels = FALSE;
|
||||
|
|
Loading…
Add table
Reference in a new issue