=================================================================== RCS file: /cvs/prex-old/sys/include/version.h,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.1.2.1 diff -u -r1.1.1.1 -r1.1.1.1.2.1 --- prex-old/sys/include/version.h 2008/06/03 10:38:45 1.1.1.1 +++ prex-old/sys/include/version.h 2008/08/13 17:12:31 1.1.1.1.2.1 @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2007, Kohsuke Ohtani + * Copyright (c) 2007-2008, Kohsuke Ohtani * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -33,7 +33,7 @@ #include #define MAJORVERSION 0 -#define MINORVERSION 7 +#define MINORVERSION 8 #define PATCHLEVEL 0 #define __s(x) __STRING(x) @@ -41,7 +41,7 @@ #define VERSION __s(MAJORVERSION) "." __s(MINORVERSION) "." __s(PATCHLEVEL) #define MACHINE __s(__ARCH__) "-" __s(__PLATFORM__) -#define BANNAR "Prex version" VERSION " for " MACHINE \ - " ("__DATE__ " " __TIME__ ")" +#define BANNER "Prex version " VERSION " for " MACHINE \ + " ("__DATE__ " " __TIME__ ")\n" #endif /* !_VERSION_H */