Sha256: f73f00445b9d39bd9bddba0cc13aa5fa93b78d0b446a40101629beee304d60e8
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.1.5" #define CA_VERSION_CODE 115 #define CA_VERSION_MAJOR 1 #define CA_VERSION_MINOR 1 #define CA_VERSION_TEENY 5 #define CA_VERSION_DATE "2016/05/06"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
carray-1.1.5 | version.h |