diff options
author | Mike Fulbright <msf@redhat.com> | 2002-12-18 02:08:02 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2002-12-18 02:08:02 +0000 |
commit | 507a1829971baa5cf2ba8e56b444c38f70ee0f6c (patch) | |
tree | 5c0ee66927aa5ec54a60f671f6917a0d577eeb94 | |
parent | 74ce9f1e1fd58e08d808956aaba10aa50d0ec8c0 (diff) | |
download | anaconda-507a1829971baa5cf2ba8e56b444c38f70ee0f6c.tar.gz anaconda-507a1829971baa5cf2ba8e56b444c38f70ee0f6c.tar.xz anaconda-507a1829971baa5cf2ba8e56b444c38f70ee0f6c.zip |
bump version
-rw-r--r-- | Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc b/Makefile.inc index cca24be09..cc499b8e2 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -2,7 +2,7 @@ # define destination locations # VERSION = 8.0.92 -RELEASE = 2 +RELEASE = 3 SNAPRELEASE = $(RELEASE)$(shell date "+.%Y%m%d%H%M") PYTHONLIBDIR = /usr/lib/anaconda |