aboutsummaryrefslogtreecommitdiff
path: root/src/sg_rbuf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sg_rbuf.c')
-rw-r--r--src/sg_rbuf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sg_rbuf.c b/src/sg_rbuf.c
index 2d201b66..b4d88356 100644
--- a/src/sg_rbuf.c
+++ b/src/sg_rbuf.c
@@ -11,7 +11,7 @@
*/
-#define _XOPEN_SOURCE 500
+#define _XOPEN_SOURCE 600
#ifndef _GNU_SOURCE
#define _GNU_SOURCE 1
#endif
@@ -55,7 +55,7 @@
#endif
-static const char * version_str = "4.95 20160121";
+static const char * version_str = "4.96 20160218";
static struct option long_options[] = {
{"buffer", required_argument, 0, 'b'},