Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
brlcad / usr / brlcad / include / stepcode / sc_version_string.h
Size: Mime:

//sc_version_string.h - written by cmake. Changes will be lost!

#ifndef SC_VERSION_STRING

#define SC_VERSION_STRING


const char* sc_version() {

return "0.7";

}


#endif