mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-22 05:24:22 +02:00
Prepare new release
- Update version numbers
This commit is contained in:
parent
50be52b7fc
commit
3f277d2b7f
4 changed files with 7 additions and 3 deletions
|
|
@ -210,6 +210,10 @@ Adds basic tiling window manager functionality to cage.
|
|||
|
||||
Unifies commands and actions. See Issue 4 in Bugs.md.
|
||||
|
||||
### Release 1.2.0
|
||||
|
||||
Adds output configuration as described in the man pages.
|
||||
|
||||
## License
|
||||
|
||||
Please see [LICENSE](https://github.com/project-repo/cagebreak/blob/master/LICENSE)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
% CAGEBREAK-CONFIG(1) Version 1.1 | Cagebreak Manual
|
||||
% CAGEBREAK-CONFIG(1) Version 1.2 | Cagebreak Manual
|
||||
|
||||
# NAME
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
% CAGEBREAK(1) Version 1.1 | Cagebreak Manual
|
||||
% CAGEBREAK(1) Version 1.2 | Cagebreak Manual
|
||||
|
||||
# NAME
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('cagebreak', 'c',
|
||||
version: '1.1.0',
|
||||
version: '1.2.0',
|
||||
license: 'MIT',
|
||||
default_options: [
|
||||
'c_std=c11',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue