Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
abcl
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abcl
abcl
Commits
5437c6f5
Commit
5437c6f5
authored
Jun 08, 2017
by
mevenson@1c010e3e-69d0-11dd-93a8-456734b0d56f
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Build abcl-1.5.0-rc-1
parent
495b062a
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
9 deletions
+9
-9
abcl.rdf
abcl.rdf
+2
-2
README.markdown
contrib/README.markdown
+4
-4
pom.xml
contrib/pom.xml
+1
-1
pom.xml
pom.xml
+1
-1
Version.java
src/org/armedbear/lisp/Version.java
+1
-1
No files found.
abcl.rdf
View file @
5437c6f5
...
...
@@ -19,9 +19,9 @@
dc:identifier <urn:abcl.org/1.5.0#dev> ;
doap:language "Common Lisp" ;
dc:created "01-JAN-2004" ;
dc:modified "0
7
-JUN-2017" ;
dc:modified "0
8
-JUN-2017" ;
dc:version "abcl-1.5.0" ;
dc:release "rc-
0
" ;
dc:release "rc-
1
" ;
abcl:git <https://github.com/easye/abcl/> ; # Does this overwrite? TODO Check RDF specs.
abcl:git <https://gitlab.common-lisp.net/abcl/abcl/> ;
abcl:svn <http://abcl.org/trac/changeset/14990> . ;; UPDATE
...
...
contrib/README.markdown
View file @
5437c6f5
...
...
@@ -74,10 +74,11 @@ abcl-build
The ABCL build system plus associated utilities for manipulating
path executables
named-readtables (BSD Licensed)
named-readtables
(BSD Licensed)
From
<https://github.com/melisgl/named-readtables>
:
N
amed-Readtables
is a library that provides a namespace for
N
AMED-READTABLES
is a library that provides a namespace for
readtables akin to the already-existing namespace of packages. In
particular:
...
...
@@ -94,12 +95,11 @@ named-readtables (BSD Licensed)
`C-c C-c` in Slime (yet to be done))
# Colophon
Mark
<evenson.not.org@gmail.com>
Created: 2011-09-11
Revised: 2017-07-0
7
Revised: 2017-07-0
8
<>
abcl:documents
<abcl
.
org
/
release
/
1
.
5
.
0
/#
abcl-contrib
.
jar
>
.
...
...
contrib/pom.xml
View file @
5437c6f5
...
...
@@ -13,7 +13,7 @@
</parent>
<groupId>
org.abcl
</groupId>
<artifactId>
abcl-contrib
</artifactId>
<version>
1.5.0-
SNAPSHOT
</version>
<version>
1.5.0-
rc-1
</version>
<packaging>
jar
</packaging>
<name>
Armed Bear Common Lisp (ABCL) Contribs
</name>
<description>
Extra packages--contribs--for ABCL
</description>
...
...
pom.xml
View file @
5437c6f5
...
...
@@ -13,7 +13,7 @@
</parent>
<groupId>
org.abcl
</groupId>
<artifactId>
abcl
</artifactId>
<version>
1.5.0-
SNAPSHOT
</version>
<version>
1.5.0-
rc-1
</version>
<packaging>
jar
</packaging>
<name>
ABCL - Armed Bear Common Lisp
</name>
<description>
Common Lisp implementation running on the JVM
</description>
...
...
src/org/armedbear/lisp/Version.java
View file @
5437c6f5
...
...
@@ -41,7 +41,7 @@ public final class Version
{
private
Version
()
{}
static
final
String
baseVersion
=
"1.5.0-rc-
0
"
;
static
final
String
baseVersion
=
"1.5.0-rc-
1
"
;
static
void
init
()
{
try
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment