Skip to content

Commit

Permalink
Bump to version 2.0.0-rc1
Browse files Browse the repository at this point in the history
This is a prerelease not meant for production use.
  • Loading branch information
acrisci committed Oct 21, 2018
1 parent 06cee8f commit 427b3af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'playerctl',
'c',
version: '0.6.1',
version: '2.0.0-rc1',
meson_version: '>=0.46.0'
)

Expand All @@ -27,7 +27,7 @@ version_conf.set(
)
version_conf.set(
'PLAYERCTL_MICRO_VERSION',
version_array[2].to_int(),
version_array[2].split('-')[0].to_int(),
)

gobject_dep = dependency('gobject-2.0', version: '>=2.38')
Expand Down

2 comments on commit 427b3af

@xPMo
Copy link
Contributor

@xPMo xPMo commented on 427b3af Nov 7, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking forward to it, btw.

@acrisci
Copy link
Member Author

@acrisci acrisci commented on 427b3af Nov 7, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just need to write the changelog but it's so long 😿

Please sign in to comment.