Browse Source

Make VERSION_MAJOR for gPXE be 0

tags/v0.9.3
Marty Connor 18 years ago
parent
commit
dd7e103d58
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/Makefile.housekeeping

+ 1
- 1
src/Makefile.housekeeping View File

9
 
9
 
10
 # Version number calculations 
10
 # Version number calculations 
11
 #
11
 #
12
-VERSION_MAJOR	= 5
12
+VERSION_MAJOR	= 0
13
 VERSION_MINOR	= 5
13
 VERSION_MINOR	= 5
14
 VERSION_PATCH	= 0
14
 VERSION_PATCH	= 0
15
 EXTRAVERSION	=	
15
 EXTRAVERSION	=	

Loading…
Cancel
Save