diff options
| author | Marty Connor | 2006-08-09 05:43:41 +0200 |
|---|---|---|
| committer | Marty Connor | 2006-08-09 05:43:41 +0200 |
| commit | dd7e103d58c04b59d019216989861977b61f2ca6 (patch) | |
| tree | ab25d180d40ee34bdc77f3b1de8116148592909f /src/Makefile.housekeeping | |
| parent | Corrected documentation (diff) | |
| download | ipxe-dd7e103d58c04b59d019216989861977b61f2ca6.tar.gz ipxe-dd7e103d58c04b59d019216989861977b61f2ca6.tar.xz ipxe-dd7e103d58c04b59d019216989861977b61f2ca6.zip | |
Make VERSION_MAJOR for gPXE be 0
Diffstat (limited to 'src/Makefile.housekeeping')
| -rw-r--r-- | src/Makefile.housekeeping | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.housekeeping b/src/Makefile.housekeeping index 9621bb3c4..7c3c4bbf6 100644 --- a/src/Makefile.housekeeping +++ b/src/Makefile.housekeeping @@ -9,7 +9,7 @@ CLEANUP := $(BIN)/*.* # *.* to avoid catching the "CVS" directory # Version number calculations # -VERSION_MAJOR = 5 +VERSION_MAJOR = 0 VERSION_MINOR = 5 VERSION_PATCH = 0 EXTRAVERSION = |
