~ztefn/haguichi/git-master

« back to all changes in this revision

Viewing changes to meson.build

  • Committer: Stephen Brandt
  • Date: 2023-06-11 12:03:42 UTC
  • Revision ID: git-v1:77e1aea7550f79223a5dbfb73fd845fd73936e99
Post release version bump to 1.4.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
project(
2
2
    'haguichi',
3
3
    ['vala', 'c'],
4
 
    version: '1.4.6',
 
4
    version: '1.4.7',
5
5
    default_options: ['prefix=/usr'],
6
6
    meson_version: '>= 0.40'
7
7
)