diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-09-03 13:26:05 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-09-03 13:26:05 +0000 |
commit | 0aa643409b6406f5da670359ed9fc9647b868758 (patch) | |
tree | a63aa7bf88f063849bfcebb05404cc83fac37c17 /Makefile | |
parent | 88e5088ed480a500ad9241555ab71232a067fcb7 (diff) | |
download | alpine-conf-0aa643409b6406f5da670359ed9fc9647b868758.zip |
release 2.0_rc1
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ -VERSION := 2.0_beta6 +VERSION := 2.0_rc1 sysconfdir ?= /etc/lbu @@ -23,6 +23,7 @@ SBIN_FILES := albootstrap\ setup-mta\ setup-sendbug\ setup-acf\ + setup-bootable-usb\ update-conf SCRIPTS := $(LIB_FILES) $(SBIN_FILES) |