mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-14 13:23:53 +00:00
Estimated hours taken: 2 Branches: main Implement library version for Java. library/library.m: Implement library__version in Java. java/runtime/Constants.java.in: File from which Constants.java is to be generated, which is the source for a class to hold mercury-related constants, such as the library version. configure.in: Added java/runtime/Constants.java to the list of files to generate.