mirror of
https://github.com/swaywm/sway.git
synced 2026-04-25 06:46:24 -04:00
ipc: update semver values
This commit is contained in:
parent
e215557ba0
commit
3ccc854b4f
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ static const char *ipc_json_user_idle_inhibitor_description(enum sway_idle_inhib
|
|||
}
|
||||
|
||||
json_object *ipc_json_get_version(void) {
|
||||
int major = 0, minor = 0, patch = 0;
|
||||
int major = 1, minor = 5, patch = 0;
|
||||
json_object *version = json_object_new_object();
|
||||
|
||||
sscanf(SWAY_VERSION, "%u.%u.%u", &major, &minor, &patch);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue