summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2020-09-11 18:21:05 -0500
committerMichael Catanzaro <mcatanzaro@gnome.org>2020-09-11 18:21:05 -0500
commitc9873f2808a2d875f9f341d9c80f6878116783a0 (patch)
treefc492e81090f698d6abfc3d1f39d2373276bfad5
parent38c6671c5b8f46b061f1f4be1fa25b097d09beeb (diff)
downloadepiphany-c9873f2808a2d875f9f341d9c80f6878116783a0.tar.gz
Post-release version bump to new version scheme
RIP even/odd versioning. Long live GNOME 3!
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 6834bc927..2901bba90 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('epiphany', 'c',
license: 'GPL3+',
- version: '3.38.0',
+ version: '40.alpha',
meson_version: '>= 0.46.0',
default_options: ['c_std=gnu11',
'warning_level=2']