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 a82821c commit 12804ffCopy full SHA for 12804ff
Doxyfile
@@ -38,7 +38,7 @@ PROJECT_NAME = "libCEED"
38
# could be handy for archiving the generated documentation or if some version
39
# control system is used.
40
41
-PROJECT_NUMBER = v0.4
+PROJECT_NUMBER = v0.5
42
43
# Using the PROJECT_BRIEF tag one can provide an optional one line description
44
# for a project that appears at the top of each page and should give viewer a
ceed.pc.template
@@ -4,6 +4,6 @@ libdir=${prefix}/lib
4
5
Name: CEED
6
Description: Code for Efficient Extensible Discretization
7
-Version: 0.4
+Version: 0.5
8
Cflags: -I${includedir}
9
Libs: -L${libdir} -lceed
0 commit comments