Skip to content

Commit f04100e

Browse files
committed
prepare 3.0.6 release
1 parent 041a46c commit f04100e

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

411 Bytes
Binary file not shown.

make/doxygen.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PROJECT_NAME = "Daraja HTTP Framework"
4848
# could be handy for archiving the generated documentation or if some version
4949
# control system is used.
5050

51-
PROJECT_NUMBER = 3.0.6-SNAPSHOT
51+
PROJECT_NUMBER = 3.0.6
5252

5353
# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454
# for a project that appears at the top of each page and should give viewer a

source/djGlobal.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
interface
3232

3333
const
34-
DWF_SERVER_VERSION = '3.0.6-SNAPSHOT';
34+
DWF_SERVER_VERSION = '3.0.6';
3535
DWF_SERVER_FULL_NAME = 'Daraja HTTP Framework ' + DWF_SERVER_VERSION;
3636
DWF_SERVER_COPYRIGHT = 'Copyright (c) Michael Justin';
3737

0 commit comments

Comments
 (0)