diff options
author | Michael Catanzaro <mcatanzaro@gnome.org> | 2020-09-11 18:30:07 -0500 |
---|---|---|
committer | Michael Catanzaro <mcatanzaro@gnome.org> | 2020-09-11 18:30:07 -0500 |
commit | 7e038bdb3412d1c7aa25fca5e92ade2806d05bbb (patch) | |
tree | c87cf91335ff84f55d6e07829692ba1cbb2e0d06 /meson.build | |
parent | deef36f58b8ecffcf36a20e8111ab2e89ddfa9f0 (diff) | |
download | epiphany-7e038bdb3412d1c7aa25fca5e92ade2806d05bbb.tar.gz |
Revert version bump
../meson.build:61:5: ERROR: String 'alpha' cannot be converted to int
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index dd00056fc..2b570a6a2 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('epiphany', 'c', license: 'GPL3+', - version: '40.alpha', + version: '3.38.0', meson_version: '>= 0.46.0', default_options: ['c_std=gnu11', 'warning_level=2'] |