Skip to content

Commit

Permalink
Releasse v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mid-kid committed Mar 24, 2023
1 parent ffd0498 commit eb8c4fa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.71])
LT_PREREQ([2.4.6])
AC_INIT([libmobile-bgb], [0.2.1])
AC_INIT([libmobile-bgb], [0.2.2])
AM_INIT_AUTOMAKE([1.16.5 -Wall foreign subdir-objects])
AM_SILENT_RULES([yes])

Expand Down
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('libmobile-bgb', 'c',
version : '0.2.1',
version : '0.2.2',
default_options : [
'warning_level=2',
'c_std=gnu11'])
Expand All @@ -20,7 +20,7 @@ add_global_arguments(global_c_args, language : 'c')
add_global_link_arguments(global_c_ld_args, language : 'c')

# Link relevant libraries
deps += dependency('libmobile', version : '>=0.2.0', static : true)
deps += dependency('libmobile', version : '>=0.2.1', static : true)
deps += dependency('threads')

if host_machine.system() == 'windows'
Expand Down
2 changes: 1 addition & 1 deletion subprojects/libmobile
Submodule libmobile updated 3 files
+1 −1 Makefile.am
+1 −1 configure.ac
+2 −2 meson.build

0 comments on commit eb8c4fa

Please sign in to comment.