Sha256: b8131348174c6206c53377f4c99a6da889f8954ee350257b92a3ce45143627b4
Contents?: true
Size: 638 Bytes
Versions: 26
Compression:
Stored size: 638 Bytes
Contents
/* -*- c-file-style: "ruby"; indent-tabs-mode: nil -*- */ /************************************************ rbatk.c - $Author: mutoh $ $Date: 2005/09/28 17:38:25 $ Copyright (C) 2003-2005 Masao Mutoh ************************************************/ #include "rbatk.h" VALUE mAtk; void Init_atk() { mAtk = rb_define_module("Atk"); rb_define_const(mAtk, "BUILD_VERSION", rb_ary_new3(3, INT2FIX(ATK_MAJOR_VERSION), INT2FIX(ATK_MINOR_VERSION), INT2FIX(ATK_MICRO_VERSION))); Init_atk_inits(); }
Version data entries
26 entries across 26 versions & 1 rubygems