diff --git a/src/Makefile.w64 b/src/Makefile.w64 index c820aca1a5fc7dd08d7506b173d544f2a0d12639..98627b2cde4294a10107a94c83ea8f74efd5063e 100644 --- a/src/Makefile.w64 +++ b/src/Makefile.w64 @@ -13,8 +13,8 @@ # See file '../Copyright' for full details. # # -top_srcdir= /usr/home/Jean-Claude/mkcl-1.1.4/src -srcdir = /usr/home/Jean-Claude/mkcl-1.1.4/src +top_srcdir= /usr/home/Jean-Claude/mkcl-1.1.5/src +srcdir = /usr/home/Jean-Claude/mkcl-1.1.5/src # Programs used by "make": # @@ -38,8 +38,8 @@ exec_prefix=${prefix} bindir=${exec_prefix}/bin/ libdir=${exec_prefix}/lib/ includedir=${prefix}/include/ -mkcldir=${exec_prefix}/lib/mkcl-1.1.4/ -localmkcldir=./lib/mkcl-1.1.4/ +mkcldir=${exec_prefix}/lib/mkcl-1.1.5/ +localmkcldir=./lib/mkcl-1.1.5/ # Programs used by "make install": # @@ -55,7 +55,7 @@ mkinstalldirs = $(SHELL) ./gc/mkinstalldirs SUBDIRS = c gc LIBRARIES = libmkclgc.a -LSP_LIBRARIES = mkcl_1.1.4.dll +LSP_LIBRARIES = mkcl_1.1.5.dll TARGETS = bin/mkcl$(EXE) MKCL_HFILES = mkcl/config.h \ diff --git a/src/c/Makefile.w64 b/src/c/Makefile.w64 index 12b0677ff0fa51271fac83eea08764877db03e25..79582523f77d602fc2a7cf49212bd3d9fd77453a 100644 --- a/src/c/Makefile.w64 +++ b/src/c/Makefile.w64 @@ -13,9 +13,9 @@ # See file '../../Copyright' for full details. # # -top_srcdir= /usr/home/Jean-Claude/mkcl-1.1.4/src -srcdir = /usr/home/Jean-Claude/mkcl-1.1.4/src/c -VPATH = /usr/home/Jean-Claude/mkcl-1.1.4/src/c +top_srcdir= /usr/home/Jean-Claude/mkcl-1.1.5/src +srcdir = /usr/home/Jean-Claude/mkcl-1.1.5/src/c +VPATH = /usr/home/Jean-Claude/mkcl-1.1.5/src/c # Programs used by "make": # diff --git a/src/cmp/cmpdefs.lsp.in b/src/cmp/cmpdefs.lsp.in index 48dae4f146e1bfb9234601b93108f797d3cb22fc..4acc7887dc345d64562e8e194aff9bfe74b47ebf 100644 --- a/src/cmp/cmpdefs.lsp.in +++ b/src/cmp/cmpdefs.lsp.in @@ -2,7 +2,7 @@ ;;;; ;;;; Copyright (c) 1984, Taiichi Yuasa and Masami Hagiya. ;;;; Copyright (c) 1990, Giuseppe Attardi. -;;;; Copyright (c) 2010-2012, Jean-Claude Beaudoin. +;;;; Copyright (c) 2010-2013, Jean-Claude Beaudoin. ;;;; ;;;; This program is free software; you can redistribute it and/or ;;;; modify it under the terms of the GNU Lesser General Public diff --git a/src/mkcl/config.h.w64 b/src/mkcl/config.h.w64 index 6c96dc29fdcf5a803283046a2331591724f097bc..06917f1146b45d2e4a43d393d138e8c7f5e3acd3 100644 --- a/src/mkcl/config.h.w64 +++ b/src/mkcl/config.h.w64 @@ -48,17 +48,17 @@ #endif /* Decimal number made with the formula: MAJOR * 1000000 + MINOR * 10000 + PATCH */ -#define MKCL_VERSION_NUMBER 1010004 +#define MKCL_VERSION_NUMBER 1010005 #define MKCL_MAJOR_VERSION 1 #define MKCL_MINOR_VERSION 1 -#define MKCL_PATCH_LEVEL 4 -#define MKCL_VERSION_STRING "1.1.4" +#define MKCL_PATCH_LEVEL 5 +#define MKCL_VERSION_STRING "1.1.5" #define MKCL_MAJOR_MINOR_VERSION_STRING "1.1" #define MKCL_MAJOR_VERSION_STRING "1" #define MKCL_MINOR_VERSION_STRING "1" -#define MKCL_PATCH_LEVEL_STRING "4" +#define MKCL_PATCH_LEVEL_STRING "5" -#define MKCL_SYS_LIBDIR_DEFAULT "c:/Program Files/MKCL 1.1/lib/mkcl-1.1.4" +#define MKCL_SYS_LIBDIR_DEFAULT "c:/Program Files/MKCL 1.1/lib/mkcl-1.1.5" /* * FEATURES LINKED IN