Bump version number

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui 2020-10-24 09:42:52 +01:00
parent 7301fe9982
commit 8added4bdd
No known key found for this signature in database
GPG Key ID: 37C999F617EA1A47
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
project('picom', 'c', version: '8.1',
project('picom', 'c', version: '8.2',
default_options: ['c_std=c11'])
cc = meson.get_compiler('c')