projects
/
libcds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
5ffc492
)
add missing '"'
author
khizmax
<khizmax@gmail.com>
Sat, 2 Sep 2017 08:02:12 +0000
(11:02 +0300)
committer
khizmax
<khizmax@gmail.com>
Sat, 2 Sep 2017 08:02:12 +0000
(11:02 +0300)
cds/version.h
patch
|
blob
|
history
diff --git
a/cds/version.h
b/cds/version.h
index
59f8dab
..
9e8b8c3
100644
(file)
--- a/
cds/version.h
+++ b/
cds/version.h
@@
-40,7
+40,7
@@
#define CDS_VERSION_PATCH (CDS_VERSION & 0x0000FF)
// CDS_VERSION == CDS_VERSION_MAJOR '.' CDS_VERSION_MINOR '.' CDS_VERSION_PATCH
#define CDS_VERSION_PATCH (CDS_VERSION & 0x0000FF)
// CDS_VERSION == CDS_VERSION_MAJOR '.' CDS_VERSION_MINOR '.' CDS_VERSION_PATCH
-#define CDS_VERSION_STRING "2.4.0
+#define CDS_VERSION_STRING "2.4.0
"
#endif // #ifndef CDSLIB_VERSION_H
#endif // #ifndef CDSLIB_VERSION_H