We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c51577 commit 47e754aCopy full SHA for 47e754a
CMakeLists.txt
@@ -3,7 +3,7 @@ project(
3
readtags
4
#
5
# Synchronize VERSION with the value in configure.ac.
6
- VERSION 0.3.0
+ VERSION 0.4.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
configure.ac
@@ -1,7 +1,7 @@
1
# -*- Autoconf -*-
2
# When updating the above version, you also update VERSION in CMakeList.txt.
-AC_INIT(libreadtags, 0.3.0)
+AC_INIT(libreadtags, 0.4.0)
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([readtags.c])
0 commit comments