We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 041a46c commit f04100eCopy full SHA for f04100e
3 files changed
docs/DarajaFrameworkGettingStarted.odt
411 Bytes
make/doxygen.cfg
@@ -48,7 +48,7 @@ PROJECT_NAME = "Daraja HTTP Framework"
48
# could be handy for archiving the generated documentation or if some version
49
# control system is used.
50
51
-PROJECT_NUMBER = 3.0.6-SNAPSHOT
+PROJECT_NUMBER = 3.0.6
52
53
# Using the PROJECT_BRIEF tag one can provide an optional one line description
54
# for a project that appears at the top of each page and should give viewer a
source/djGlobal.pas
@@ -31,7 +31,7 @@
31
interface
32
33
const
34
- DWF_SERVER_VERSION = '3.0.6-SNAPSHOT';
+ DWF_SERVER_VERSION = '3.0.6';
35
DWF_SERVER_FULL_NAME = 'Daraja HTTP Framework ' + DWF_SERVER_VERSION;
36
DWF_SERVER_COPYRIGHT = 'Copyright (c) Michael Justin';
37
0 commit comments