We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d278023 + 09ad145 commit 34b048dCopy full SHA for 34b048d
3 files changed
CMakeLists.txt
@@ -3,7 +3,7 @@ project(
3
readtags
4
#
5
# Synchronize VERSION with the value in configure.ac.
6
- VERSION 0.4.0
+ VERSION 0.5.0
7
DESCRIPTION "a library for looking up tag entries in tag files"
8
HOMEPAGE_URL "https://github.com/universal-ctags/libreadtags"
9
LANGUAGES C
NEWS.md
@@ -1,4 +1,4 @@
1
-# Version XXX
+# Version 0.5.0
2
- improve performance; put inline keyword on hot spot functions.
configure.ac
@@ -1,7 +1,7 @@
# -*- Autoconf -*-
# When updating the above version, you also update VERSION in CMakeList.txt.
-AC_INIT(libreadtags, 0.4.0)
+AC_INIT(libreadtags, 0.5.0)
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([readtags.c])
0 commit comments