-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add version information #99
Comments
Yeah, we need to figure out how to make cmake read the git tags (and also start tagging versions). Blocked until I decide to mark the first version of sway. |
@Luminarys @minus7 IPC reminder |
IPC taken care of, just needs to be patched up with better version information. |
For the sake of everyone who isn't on IRC, sway will start being versioned once wlc starts being versioned. |
I'll work on improving the version information later tonight. Do you still want to do everything through macros defined at compile time? |
Yep. |
I'm closing this for the time being, as the output is now essentially the same as i3's with the exception of the version. |
The
--version
command line switch as well as theget_version
IPC command (see #98) could use this information. Should probably generated at compile time.i3 IPC version information includes:
The text was updated successfully, but these errors were encountered: