diff options
author | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-09-03 11:03:06 (GMT) |
---|---|---|
committer | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-09-03 11:03:06 (GMT) |
commit | 6d5c2726dad7f1b0539ffba19c726d10ad579430 (patch) | |
tree | 022b4360d76899ebb08392417636e0b8fc918fd8 /Doxyfile.in | |
parent | 3656cf3e03003c2c84738408e5d2780f4a404f83 (diff) |
Release 1.4
MAJOR: Changed block ID numbers
Fix bug when determining endianness.
Added alt_hash and signature to block header (not read or
written yet)
Diffstat (limited to 'Doxyfile.in')
-rw-r--r-- | Doxyfile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doxyfile.in b/Doxyfile.in index 84b5770..7e6426f 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -32,7 +32,7 @@ PROJECT_NAME = "TNG API" # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = "1.3" +PROJECT_NUMBER = "1.4" # 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 |