Skip to content

Commit

Permalink
Release v2022.1
Browse files Browse the repository at this point in the history
Signed-off-by: Simon McVittie <smcv@debian.org>
  • Loading branch information
smcv committed Nov 21, 2022
1 parent f6e1453 commit 7c58b20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ([2.63])
AC_INIT([git-evtag], [2016.1], [walters@verbum.org])
AC_INIT([git-evtag], [2022.1], [walters@verbum.org])
AC_CONFIG_HEADER([config.h])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
project(
'git-evtag',
'c',
version : '2016.1',
version : '2022.1',
meson_version : '>=0.50.0',
default_options : [
'warning_level=2',
Expand Down

0 comments on commit 7c58b20

Please sign in to comment.