diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2013-01-18 16:57:37 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2013-01-18 16:59:02 +0100 |
| commit | 5fc5c2f340c3bc7bc73428fbe1265a724203f668 (patch) | |
| tree | 6794ecb4399b635555793ab736d22f3195f30629 | |
| parent | 665991957cb6e812788fa28ead7fff67742eb451 (diff) | |
build: Bump to version 0.2.
* configure.ac: Bump version number.
| -rw-r--r-- | TODO | 8 | ||||
| -rw-r--r-- | configure.ac | 2 |
2 files changed, 9 insertions, 1 deletions
| @@ -51,6 +51,14 @@ For a start, we may use the instance at hydra.nixos.org, generously | |||
| 51 | provided by TU Delft. However, in the future, we may want to setup our | 51 | provided by TU Delft. However, in the future, we may want to setup our |
| 52 | own instance at gnu.org. | 52 | own instance at gnu.org. |
| 53 | 53 | ||
| 54 | * add guix-pull | ||
| 55 | |||
| 56 | A tool that fetches the latest code from [[http://git.savannah.gnu.org/cgit/guix.git/snapshot/guix-master.tar.gz][cgit]], builds a derivation that | ||
| 57 | unpacks it, copies only .scm files (this excludes guix/config.in) and | ||
| 58 | compiles it, and then links to it from ~/.local/guix/latest . Change | ||
| 59 | guix-build and guix-package to have that directory first in their load | ||
| 60 | path. | ||
| 61 | |||
| 54 | * user interface | 62 | * user interface |
| 55 | ** Add a package.el (Emacs) back-end | 63 | ** Add a package.el (Emacs) back-end |
| 56 | 64 | ||
diff --git a/configure.ac b/configure.ac index 0c3a9e5f6f4..8c71016782e 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | # Process this file with autoconf to produce a configure script. | 2 | # Process this file with autoconf to produce a configure script. |
| 3 | 3 | ||
| 4 | AC_PREREQ(2.68) | 4 | AC_PREREQ(2.68) |
| 5 | AC_INIT([GNU Guix], [0.1], [bug-guix@gnu.org], [guix], | 5 | AC_INIT([GNU Guix], [0.2], [bug-guix@gnu.org], [guix], |
| 6 | [http://gnu.org/software/guix/]) | 6 | [http://gnu.org/software/guix/]) |
| 7 | AC_CONFIG_AUX_DIR([build-aux]) | 7 | AC_CONFIG_AUX_DIR([build-aux]) |
| 8 | 8 | ||
