diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2013-05-03 14:22:01 +0200 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2013-05-03 20:36:28 +0200 |
commit | 0a7ae201ca82293fe3bb413cdddf7bcf9b0f42da (patch) | |
tree | 145338f4dd46290d068b7031b6921d5948ba272c /Doxyfile | |
parent | 10b3851672d9047941079bca052751855f5ea5fa (diff) | |
download | libsigrokdecode-0a7ae201ca82293fe3bb413cdddf7bcf9b0f42da.tar.gz libsigrokdecode-0a7ae201ca82293fe3bb413cdddf7bcf9b0f42da.zip |
Doxyfile: Set version number to 0.2.0.
Diffstat (limited to 'Doxyfile')
-rw-r--r-- | Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ PROJECT_NAME = "libsigrokdecode" # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = "unreleased development snapshot" +PROJECT_NUMBER = "0.2.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 |