Commit 0df2505f20793fd38a479a28146cab815ba6b0c2
1 parent
d680a61c
Exists in
master
and in
10 other branches
Set to version 7.0.0
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
src/SERVER/DD_Server.c
1 | 1 | /*============================================================== |
2 | 2 | * DD SYSTEM |
3 | 3 | * DD_Server.c |
4 | - * V. 6.0 | |
4 | + * V. 7.0 | |
5 | 5 | * |
6 | 6 | * Description: |
7 | 7 | * |
... | ... | @@ -23,6 +23,7 @@ |
23 | 23 | * May 21, 2008 - Fedorov, V.5.7 Try SetTime several times |
24 | 24 | * Apr 12, 2009 - Fedorov, V.5.8 Correct procession of OUTOFTIME |
25 | 25 | * Nov 18, 2012 - Fedorov, V.6.0 New call to get the variable info |
26 | + * Dec 05; 2017 - Renard, V.7.0 | |
26 | 27 | *===============================================================*/ |
27 | 28 | #include "DD_Access.h" |
28 | 29 | #include <sys/time.h> | ... | ... |