summaryrefslogtreecommitdiffstats
path: root/Makefile.inc
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-07-02 05:18:55 +0000
committerJeremy Katz <katzj@redhat.com>2002-07-02 05:18:55 +0000
commitef1f368bda96aa768db0a584e8c7cf6f8238fa70 (patch)
treeedff4a6b30bb251e4f3b88c2a8d64e43b20106e1 /Makefile.inc
parent1b5cb65752940ce58333f72dc3d5b8ca78727739 (diff)
downloadanaconda-ef1f368bda96aa768db0a584e8c7cf6f8238fa70.tar.gz
anaconda-ef1f368bda96aa768db0a584e8c7cf6f8238fa70.tar.xz
anaconda-ef1f368bda96aa768db0a584e8c7cf6f8238fa70.zip
move version/release definitions into Makefile.inc so that they can be pulled in and used in the loader's version string and the like
Diffstat (limited to 'Makefile.inc')
-rw-r--r--Makefile.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.inc b/Makefile.inc
index 3489a8268..7ee9f7e94 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -1,6 +1,9 @@
#
# define destination locations
#
+VERSION = 7.3.92
+RELEASE = 4
+SNAPRELEASE = $(RELEASE)$(shell date "+.%Y%m%d%H%M")
PYTHONLIBDIR = /usr/lib/anaconda
RUNTIMEDIR = /usr/lib/anaconda-runtime