Skip to content

Commit

Permalink
Bump version to 2012.1 for the release.
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed Dec 19, 2012
1 parent 6c2406b commit 38144f2
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
18 changes: 9 additions & 9 deletions documentation/getting-started/source/console.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ Hello World
===========

You have just downloaded Open Dylan and installed it in
``/opt/opendylan-2011.1``. So how do you write the canonical Hello
``/opt/opendylan-2012.1``. So how do you write the canonical Hello
World app? This example assumes bash is being used. You may need
to adjust for your local shell. ::

$ export PATH=/opt/opendylan-2011.1/bin:$PATH
$ export PATH=/opt/opendylan-2012.1/bin:$PATH
$ make-dylan-app hello-world
$ cd hello-world
$ dylan-compiler -build hello-world.lid
Expand Down Expand Up @@ -161,10 +161,10 @@ arguments at a shell. For example::

$ dylan-compiler
Hacker Edition
Version 2011.1
Version 2012.1
Copyright (c) 1997-2004, Functional Objects, Inc.
Portions Copyright (c) 2004-2011, Dylan Hackers
Portions Copyright (c) 2001-2002, Ravenbrook Ltd.
Portions Copyright (c) 2004-2012, Dylan Hackers
Portions Copyright (c) 2001-2012, Ravenbrook Ltd.
>

If you've used the Open Dylan IDE on Windows, note that using
Expand Down Expand Up @@ -308,10 +308,10 @@ arithmetic, defines a method, and then traces it::

# dylan-environment
Hacker Edition
Version 2011.1
Version 2012.1
Copyright (c) 1997-2004, Functional Objects, Inc.
Portions Copyright (c) 2004-2011, Dylan Hackers
Portions Copyright (c) 2001-2002, Ravenbrook Ltd.
Portions Copyright (c) 2004-2012, Dylan Hackers
Portions Copyright (c) 2001-2012, Ravenbrook Ltd.

> play
Opened project gui-dylan-playground
Expand Down Expand Up @@ -393,7 +393,7 @@ project, and also make sure you have a registry entry for it. See
You should now have a buffer called ``*dime-repl nil*`` that looks
like this::

Welcome to dswank - the Hacker Edition Version 2011.1 SLIME interface
Welcome to dswank - the Hacker Edition Version 2012.1 SLIME interface
opendylan>

This is the Open Dylan compiler interactive shell. You can issue
Expand Down
10 changes: 5 additions & 5 deletions packages/unix/README
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Welcome to Open Dylan!
Open Dylan is an open source implementation of the Dylan programming
language, plus a large number of assorted libraries.

This release is Open Dylan 2011.1. We expect this release to have bugs.
This release is Open Dylan 2012.1. We expect this release to have bugs.
We're interested in getting your feedback, in order to improve this product.
Write to [email protected] or report a bug via GitHub
(https://github.com/dylan-lang/opendylan/issues). We can also help via IRC,
Expand Down Expand Up @@ -34,14 +34,14 @@ Installation
============

This tarball is set up to be extracted in /opt, resulting in the
creation of a directory /opt/opendylan-2011.1. You just have to add
/opt/opendylan-2011.1/bin to your PATH:
creation of a directory /opt/opendylan-2012.1. You just have to add
/opt/opendylan-2012.1/bin to your PATH:

$ export PATH=/opt/opendylan-2011.1/bin:$PATH # for bash
$ export PATH=/opt/opendylan-2012.1/bin:$PATH # for bash

or

$ setenv PATH /opt/opendylan-2011.1/bin:$PATH # for tcsh
$ setenv PATH /opt/opendylan-2012.1/bin:$PATH # for tcsh


Usage
Expand Down
10 changes: 5 additions & 5 deletions packages/unix/debian/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ It was downloaded from <http://www.opendylan.org>
Copyright:

Copyright (c) 1995-2004 Functional Objects, Inc.
Portions copyright (c) 2004-2011 Dylan Hackers.
Portions copyright (c) 2001-2002 Ravenbrook Limited.
Portions copyright (c) 2004-2012 Dylan Hackers.
Portions copyright (c) 2001-2012 Ravenbrook Limited.

License:

<Put the license of the package here indented by 4 spaces>
Copyright (c) 1995-2004 Functional Objects, Inc.

Portions copyright (c) 2004-2011 Dylan Hackers.
Portions copyright (c) 2004-2012 Dylan Hackers.

Portions copyright (c) 2001-2002 Ravenbrook Limited. See
Portions copyright (c) 2001-2012 Ravenbrook Limited. See
MPS-License.txt in this directory for the Memory Pool System license
terms.

Expand All @@ -42,7 +42,7 @@ License:

MEMORY POOL SYSTEM OPEN SOURCE LICENSE

Copyright (C) 2001-2002 Ravenbrook Limited <http://www.ravenbrook.com/>.
Copyright (C) 2001-2012 Ravenbrook Limited <http://www.ravenbrook.com/>.
All rights reserved. This is an open source license. Contact
Ravenbrook for commercial licensing options.

Expand Down
2 changes: 1 addition & 1 deletion sources/lib/release-info/common-info.dylan
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ define constant $help-filename = "opendylan.chm";

/// Release constants
define constant $release-product-name = "Open Dylan";
define constant $release-version = "2012.1pre1";
define constant $release-version = "2012.1";

define constant $release-copyright
= "Copyright (c) 1997-2004, Functional Objects, Inc.\n"
Expand Down

0 comments on commit 38144f2

Please sign in to comment.