diff Doxyfile @ 11:4dbe95f98985

doxygen: fix shown version
author David Demelier <markand@malikania.fr>
date Fri, 30 Oct 2020 13:28:02 +0100
parents 6ffab5e7d760
children
line wrap: on
line diff
--- a/Doxyfile	Fri Oct 30 13:05:06 2020 +0100
+++ b/Doxyfile	Fri Oct 30 13:28:02 2020 +0100
@@ -1,7 +1,7 @@
 #
 # Doxyfile -- generate API documentation for libbuf
 #
-# Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
+# Copyright (c) 2019-2020 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
@@ -18,7 +18,7 @@
 
 DOXYFILE_ENCODING      = UTF-8
 PROJECT_NAME           = "libbuf"
-PROJECT_NUMBER         = "1.0.0-dev"
+PROJECT_NUMBER         = "0.1.0"
 PROJECT_BRIEF          = "Minimalist dynamic string library for C99"
 PROJECT_LOGO           =
 OUTPUT_DIRECTORY       = doxygen