From 4b656d59c9921d7b736805133ac5b3c2c510beb9 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Fri, 14 Jul 2017 18:44:23 -0400 Subject: [PATCH] bump E_VERSION_MAJOR should have been done a while ago --- src/bin/e.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e.h b/src/bin/e.h index 62294bad6..3f0ee5bec 100644 --- a/src/bin/e.h +++ b/src/bin/e.h @@ -1,7 +1,7 @@ #ifndef E_H # define E_H -# define E_VERSION_MAJOR 21 +# define E_VERSION_MAJOR 22 /** * @defgroup API Enlightenment API