diff options
author | Matt Wilson <msw@redhat.com> | 2000-10-21 11:53:42 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-10-21 11:53:42 +0000 |
commit | aec3d08a64fc5f845645455921fbc2d1d5548404 (patch) | |
tree | e12302001381313d8edde17f24027bec4960d4cd /Makefile | |
parent | de3a8152940ddcb85325d51307757619718c152f (diff) | |
download | anaconda-aec3d08a64fc5f845645455921fbc2d1d5548404.tar.gz anaconda-aec3d08a64fc5f845645455921fbc2d1d5548404.tar.xz anaconda-aec3d08a64fc5f845645455921fbc2d1d5548404.zip |
break away
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,8 +1,8 @@ include Makefile.inc -VERSION = 7.0.1 -RELEASE = 6 -SNAPRELEASE = $(shell date "+1.%Y%m%d%H%M") +VERSION = 7.1 +RELEASE = 1 +SNAPRELEASE = $(RELEASE)$(shell date "+.%Y%m%d%H%M") SUBDIRSHD = balkan isys libfdisk collage minislang loader po text-help \ textw utils scripts bootdisk installclasses \ |