diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-07-03 17:01:48 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-07-03 17:01:48 +0000 |
commit | 4258320935f770a9fb364d66a19046da1c1d8286 (patch) | |
tree | c8819814abe366d07c37b60e1f7c3f806d43efe4 /Makefile.inc | |
parent | 683a0236251f077f140a7641724b708cc3233835 (diff) | |
download | anaconda-4258320935f770a9fb364d66a19046da1c1d8286.tar.gz anaconda-4258320935f770a9fb364d66a19046da1c1d8286.tar.xz anaconda-4258320935f770a9fb364d66a19046da1c1d8286.zip |
bump
Diffstat (limited to 'Makefile.inc')
-rw-r--r-- | Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.inc b/Makefile.inc index 7ee9f7e94..0614d3093 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -1,8 +1,8 @@ # # define destination locations # -VERSION = 7.3.92 -RELEASE = 4 +VERSION = 7.3.93 +RELEASE = 0 SNAPRELEASE = $(RELEASE)$(shell date "+.%Y%m%d%H%M") PYTHONLIBDIR = /usr/lib/anaconda |