Changeset 14300
- Timestamp:
- 12/06/12 10:24:43 (8 years ago)
- Location:
- branches/1.1.x
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.1.x/abcl.rdf
r14283 r14300 12 12 13 13 @prefix dc: <http://purl.org/dc/elements/1.1/> . 14 <> dc:modified "0 3-DEC-2012" .14 <> dc:modified "06-DEC-2012" . 15 15 16 16 <> dc:version "abcl-1.1.0" . 17 <> abcl:releaseCandidate "rc-2" . 17 <> abcl:releaseCandidate "rc-3" . 18 19 <> rdfs:seeAlso <README> . 20 <> rdfs:seeAlso <file:doc/manual/abcl.tex> . 18 21 19 22 <https://abcl.org/index#doap> … … 32 35 dc:license <http://usefulinc.com/doap/licenses/gplv2> , 33 36 <http://usefulinc.com/doap/licenses/gplv2-classpath-exception> ; 34 37 ] . 35 38 36 39 doap:Project rdfs:seeAlso … … 39 42 <http://code.google.com/p/abcl-dynamic-install/> . 40 43 41 44 <> doap:packages 45 abcl:abcl-contrib ; 46 rdfs:seeAlso <file:contrib/README.markdown> . -
branches/1.1.x/doc/manual/abcl.tex
r14292 r14300 11 11 \date{Version 1.1.0\\ 12 12 \smallskip 13 December 3, 2012}13 December 5, 2012} 14 14 \author{Mark Evenson \and Erik H\"{u}lsmann \and Rudolf Schlatte \and 15 15 Alessio Stalla \and Ville Voutilainen} -
branches/1.1.x/src/org/armedbear/lisp/Version.java
r14283 r14300 42 42 private Version() {} 43 43 44 static final String baseVersion = "1.1.0-rc- 2";44 static final String baseVersion = "1.1.0-rc-3"; 45 45 46 46 static void init() {
Note: See TracChangeset
for help on using the changeset viewer.