Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
cschramm committed Jun 28, 2022
1 parent b90ad2e commit 5d00e16
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## main
## 2.3.beta1

### New features

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AC_PREREQ(2.61)

AC_INIT([blueman], [2.2.2], [https://github.com/blueman-project/blueman/issues])
AC_INIT([blueman], [2.3.beta1], [https://github.com/blueman-project/blueman/issues])
AC_CONFIG_HEADERS(config.h)
AC_CONFIG_MACRO_DIRS([m4])
AM_INIT_AUTOMAKE([foreign dist-xz])
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project(
'blueman', 'c',
version: '2.2-alpha',
version: '2.3.beta1',
license: 'GPL3',
meson_version: '>=0.50.0',
default_options: 'b_lundef=false'
Expand Down

0 comments on commit 5d00e16

Please sign in to comment.