branch: externals/trie commit 94a1a86f462c65df10b342e38678893f3e0529ae Author: Toby S. Cubitt <toby-predict...@dr-qubit.org> Commit: Toby S. Cubitt <toby-predict...@dr-qubit.org>
Bump version numbers since we've added iterator generators. --- trie.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trie.el b/trie.el index e54befc..e46cf1a 100644 --- a/trie.el +++ b/trie.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2008-2015, 2017 Free Software Foundation, Inc ;; Author: Toby Cubitt <toby-predict...@dr-qubit.org> -;; Version: 0.3 +;; Version: 0.4 ;; Keywords: extensions, matching, data structures ;; trie, ternary search tree, tree, completion, regexp ;; Package-Requires: ((tNFA "0.1.1") (heap "0.3"))