From 2220c00815d4c4f3c53b46e325386ac9517ea2e2 Mon Sep 17 00:00:00 2001 From: morioka Date: Tue, 2 Mar 1999 18:54:23 +0000 Subject: [PATCH] (VERSION): Update to 1.2. --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index a3efce6..07863a2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,5 +1,5 @@ # -# $Id: Makefile.in,v 1.2 1998-10-21 06:40:39 morioka Exp $ +# Makefile for emacs-canna. # EMACS = ${emacs} @@ -18,7 +18,7 @@ CFLAGS = -g -O2 -c -nostdlib -fPIC LINKER = $(CC) -shared -o -VERSION = 1.1 +VERSION = 1.2 all: canna.so canna.elc -- 1.7.10.4