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 59f8dabfb1693a3a7575d8e983e7f7fcc2239edc..9e8b8c3794f70ac55054e93197feb070003f3f67 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_STRING "2.4.0
+#define CDS_VERSION_STRING "2.4.0
"
#endif // #ifndef CDSLIB_VERSION_H