From bcbd5e3eef6a79cd533f54122a63dd1e52da21e5 Mon Sep 17 00:00:00 2001 From: Steve Bennett Date: Sun, 11 Aug 2013 10:06:48 +1000 Subject: Bump version to 0.75 Signed-off-by: Steve Bennett --- Makefile.in | 4 ++-- jim.h | 2 +- jim_tcl.txt | 5 ++++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Makefile.in b/Makefile.in index 847ef0c..3efc9f7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -8,7 +8,7 @@ STRIP = @STRIP@ # Configuration SH_CFLAGS ?= @SH_CFLAGS@ -SH_LDFLAGS ?= @SH_LDFLAGS@ @SH_SOPREFIX@libjim.@LIBSOEXT@.0.74 +SH_LDFLAGS ?= @SH_LDFLAGS@ @SH_SOPREFIX@libjim.@LIBSOEXT@.0.75 SHOBJ_CFLAGS ?= @SHOBJ_CFLAGS@ @if JIM_STATICLIB SHOBJ_LDFLAGS ?= @SHOBJ_LDFLAGS@ @@ -33,7 +33,7 @@ VPATH := @srcdir@ @if JIM_STATICLIB LIBJIM := libjim.a @else -LIBJIM := libjim.@LIBSOEXT@.0.74 +LIBJIM := libjim.@LIBSOEXT@.0.75 SH_LIBJIM := $(LIBJIM) CC += $(SH_CFLAGS) CXX += $(SH_CFLAGS) diff --git a/jim.h b/jim.h index 420f7fd..9af655c 100644 --- a/jim.h +++ b/jim.h @@ -128,7 +128,7 @@ extern "C" { /* Jim version numbering: every version of jim is marked with a * successive integer number. This is version 0. The first * stable version will be 1, then 2, 3, and so on. */ -#define JIM_VERSION 74 +#define JIM_VERSION 75 #define JIM_OK 0 #define JIM_ERR 1 diff --git a/jim_tcl.txt b/jim_tcl.txt index 5d83fd1..07e5c12 100644 --- a/jim_tcl.txt +++ b/jim_tcl.txt @@ -3,7 +3,7 @@ Jim Tcl(n) NAME ---- -Jim Tcl v0.74 - reference manual for the Jim Tcl scripting language +Jim Tcl v0.75 - reference manual for the Jim Tcl scripting language SYNOPSIS -------- @@ -51,6 +51,9 @@ Some notable differences with Tcl 8.5/8.6 are: RECENT CHANGES -------------- +Changes between 0.74 and 0.75 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +1. Bug fixes Changes between 0.73 and 0.74 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.1