Sha256: 2a8eff6a1209cb90920227b73e320660b2a636aa995536fcf5742525c4192637
Contents?: true
Size: 523 Bytes
Versions: 1
Compression:
Stored size: 523 Bytes
Contents
/* --------------------------------------------------------------------------- version.h This file is part of Ruby/CArray extension library. You can redistribute it and/or modify it under the terms of the Ruby Licence. Copyright (C) 2005 Hiroki Motoyoshi ---------------------------------------------------------------------------- */ #define CA_VERSION "1.4.0" #define CA_VERSION_CODE 140 #define CA_VERSION_MAJOR 1 #define CA_VERSION_MINOR 4 #define CA_VERSION_TEENY 0 #define CA_VERSION_DATE "2020/06/15"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
carray-1.4.0 | version.h |