Skip to content

Commit

Permalink
Release version 0.17.90
Browse files Browse the repository at this point in the history
  • Loading branch information
aperezdc committed May 12, 2023
1 parent 8e1acd3 commit dc78602
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
======================
0.17.90 - May 12, 2023
======================

- drm: Properly support input-less setups and situations in which the
initialization of the XKB context may have failed.
- x11, wl: Make mouse scroll wheel behaviour snappier.
- launcher: Support passing the platform plug-in name and its parameters
using environment variables.

=======================
0.17.1 - March 11, 2023
=======================
Expand Down
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ project('cog', 'c',
'c_std=c11',
],
license: 'MIT',
version: '0.17.1',
version: '0.17.90',
)

# Before making a release, the LT_VERSION string should be modified.
Expand All @@ -16,7 +16,7 @@ project('cog', 'c',
# - If binary compatibility has been broken (eg removed or changed interfaces)
# change to [C+1, 0, 0]
# - If the interface is the same as the previous version, use [C, R+1, A].
cogcore_soversion = [11, 1, 2]
cogcore_soversion = [11, 2, 2]

# Mangle [C, R, A] into an actual usable *soversion*.
cogcore_soversion_major = cogcore_soversion[0] - cogcore_soversion[2] # Current-Age
Expand Down

0 comments on commit dc78602

Please sign in to comment.