SysVIPC 0.9.7 → 0.9.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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)));
|