diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2014-05-06 23:01:26 +0200 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2014-05-06 23:01:26 +0200 |
commit | 8f54ac8be1768261e113cb15fcdf81013f712674 (patch) | |
tree | 363d64f190a05a266469c68542c494fd316fbca7 | |
parent | 4133caab1d2467a582850a3713ee083827364c8b (diff) |
Doxyfile/Doxyfile_internal: Bump version number to 0.3.0.libsigrok-0.3.0
-rw-r--r-- | Doxyfile | 2 | ||||
-rw-r--r-- | Doxyfile_internal | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -38,7 +38,7 @@ PROJECT_NAME = "libsigrok" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = "unreleased development snapshot" +PROJECT_NUMBER = "0.3.0" # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/Doxyfile_internal b/Doxyfile_internal index 44ae1781..295b5571 100644 --- a/Doxyfile_internal +++ b/Doxyfile_internal @@ -38,7 +38,7 @@ PROJECT_NAME = "libsigrok" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = "unreleased development snapshot, internal docs" +PROJECT_NUMBER = "0.3.0, internal docs" # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a |