summaryrefslogtreecommitdiff
path: root/packages/development
diff options
context:
space:
mode:
Diffstat (limited to 'packages/development')
-rw-r--r--packages/development/libevent/libevent.kconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/development/libevent/libevent.kconfig b/packages/development/libevent/libevent.kconfig
index 51e68a0..86f5ff9 100644
--- a/packages/development/libevent/libevent.kconfig
+++ b/packages/development/libevent/libevent.kconfig
@@ -37,16 +37,16 @@ choice
help
Here you can choose which version of libevent you want to use.
- config EMBTK_LIBEVENT_VERSION_2_0_21_STABLE
+ config EMBTK_LIBEVENT_VERSION_2_0_STABLE
bool "libevent-2.0.21-stable"
- config EMBTK_LIBEVENT_VERSION_1_4_13_STABLE
+ config EMBTK_LIBEVENT_VERSION_1_4_STABLE
bool "libevent-1.4.13-stable"
endchoice
config EMBTK_LIBEVENT_VERSION_STRING
string
- default "2.0.21-stable" if EMBTK_LIBEVENT_VERSION_2_0_21_STABLE
- default "1.4.13-stable" if EMBTK_LIBEVENT_VERSION_1_4_13_STABLE
+ default "2.0.21-stable" if EMBTK_LIBEVENT_VERSION_2_0_STABLE
+ default "1.4.14b-stable" if EMBTK_LIBEVENT_VERSION_1_4_STABLE
config EMBTK_LIBEVENT_NEED_PATCH
bool