Skip to content

Commit

Permalink
Update meson.build
Browse files Browse the repository at this point in the history
Fix version and release date
  • Loading branch information
wvdakker authored Jul 6, 2022
1 parent 04e25f9 commit d227a75
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(
'gtkterm',
'c',
version: '1.1.1',
version: '1.2.1',
meson_version : '>= 0.46.0'
)

Expand All @@ -19,7 +19,7 @@ localedir = join_paths(prefix, get_option('localedir'))
conf = configuration_data()
conf.set_quoted('VERSION', meson.project_version())
conf.set_quoted('PACKAGE', meson.project_name())
conf.set_quoted('RELEASE_DATE', 'December 2020')
conf.set_quoted('RELEASE_DATE', 'July 2022')
conf.set_quoted('LOCALEDIR', localedir)

cc = meson.get_compiler('c')
Expand Down

0 comments on commit d227a75

Please sign in to comment.