diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/build.h | 2 | ||||
| -rw-r--r-- | src/defines.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/build.h b/src/build.h index 5da306c..3955c32 100644 --- a/src/build.h +++ b/src/build.h @@ -35,7 +35,7 @@ #ifndef BUILD_H #define BUILD_H -#define BUILDNR 9200 +#define BUILDNR 9203 #define OS_FREEBSD #endif diff --git a/src/defines.h b/src/defines.h index a7eabd7..bfed1ae 100644 --- a/src/defines.h +++ b/src/defines.h @@ -53,8 +53,8 @@ #define ASSEMBLER "yasm" #define LINKER "cc" #define SCANNER_BUFSIZE 512 -#define URL "<http://www.Fype.org>" -#define VERSION "v0.0-devel Build" +#define URL "<http://fype.buetow.org>" +#define VERSION "v0.3-devel Build" |
