SysVIPC 0.9.7 → 0.9.8
Sign up to get free protection for your applications and to get access to all the features.
- data/ext/SysVIPC.c +1 -1
- metadata +1 -1
data/ext/SysVIPC.c
CHANGED
@@ -4985,7 +4985,7 @@ SWIGEXPORT void Init_SysVIPC(void) {
|
|
4985
4985
|
}
|
4986
4986
|
|
4987
4987
|
SWIG_RubyInitializeTrackings();
|
4988
|
-
rb_define_const(mSysVIPC, "RELEASE", SWIG_FromCharPtr("0.9.
|
4988
|
+
rb_define_const(mSysVIPC, "RELEASE", SWIG_FromCharPtr("0.9.8"));
|
4989
4989
|
rb_define_singleton_method(mSysVIPC, "errno", _wrap_errno_get, 0);
|
4990
4990
|
rb_define_const(mSysVIPC, "IPC_CREAT", SWIG_From_int((int)(IPC_CREAT)));
|
4991
4991
|
rb_define_const(mSysVIPC, "IPC_EXCL", SWIG_From_int((int)(IPC_EXCL)));
|