Changeset 15048
- Timestamp:
- 06/08/17 07:18:03 (6 years ago)
- Location:
- trunk/abcl
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/abcl.rdf
r15042 r15048 20 20 doap:language "Common Lisp" ; 21 21 dc:created "01-JAN-2004" ; 22 dc:modified "0 7-JUN-2017" ;22 dc:modified "08-JUN-2017" ; 23 23 dc:version "abcl-1.5.0" ; 24 dc:release "rc- 0" ;24 dc:release "rc-1" ; 25 25 abcl:git <https://github.com/easye/abcl/> ; # Does this overwrite? TODO Check RDF specs. 26 26 abcl:git <https://gitlab.common-lisp.net/abcl/abcl/> ; -
trunk/abcl/contrib/README.markdown
r15042 r15048 75 75 path executables 76 76 77 named-readtables (BSD Licensed) 77 named-readtables 78 (BSD Licensed) 78 79 From <https://github.com/melisgl/named-readtables>: 79 80 80 N amed-Readtablesis a library that provides a namespace for81 NAMED-READTABLES is a library that provides a namespace for 81 82 readtables akin to the already-existing namespace of packages. In 82 83 particular: … … 95 96 96 97 97 98 98 # Colophon 99 99 100 100 Mark <evenson.not.org@gmail.com> 101 101 Created: 2011-09-11 102 Revised: 2017-07-0 7102 Revised: 2017-07-08 103 103 <> abcl:documents <abcl.org/release/1.5.0/#abcl-contrib.jar> . 104 104 -
trunk/abcl/contrib/pom.xml
r14900 r15048 14 14 <groupId>org.abcl</groupId> 15 15 <artifactId>abcl-contrib</artifactId> 16 <version>1.5.0- SNAPSHOT</version>16 <version>1.5.0-rc-1</version> 17 17 <packaging>jar</packaging> 18 18 <name>Armed Bear Common Lisp (ABCL) Contribs</name> -
trunk/abcl/pom.xml
r14900 r15048 14 14 <groupId>org.abcl</groupId> 15 15 <artifactId>abcl</artifactId> 16 <version>1.5.0- SNAPSHOT</version>16 <version>1.5.0-rc-1</version> 17 17 <packaging>jar</packaging> 18 18 <name>ABCL - Armed Bear Common Lisp</name> -
trunk/abcl/src/org/armedbear/lisp/Version.java
r15042 r15048 42 42 private Version() {} 43 43 44 static final String baseVersion = "1.5.0-rc- 0";44 static final String baseVersion = "1.5.0-rc-1"; 45 45 46 46 static void init() {
Note: See TracChangeset
for help on using the changeset viewer.