aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2013-08-11 10:06:48 +1000
committerSteve Bennett <steveb@workware.net.au>2013-08-12 18:51:17 +1000
commitbcbd5e3eef6a79cd533f54122a63dd1e52da21e5 (patch)
tree4d6f1cd6e744409434653503900406c969ea46b0
parent583ed76d426a42a3e9863933aaabbc0912f60bd7 (diff)
downloadjimtcl-bcbd5e3eef6a79cd533f54122a63dd1e52da21e5.zip
jimtcl-bcbd5e3eef6a79cd533f54122a63dd1e52da21e5.tar.gz
jimtcl-bcbd5e3eef6a79cd533f54122a63dd1e52da21e5.tar.bz2
Bump version to 0.75
Signed-off-by: Steve Bennett <steveb@workware.net.au>
-rw-r--r--Makefile.in4
-rw-r--r--jim.h2
-rw-r--r--jim_tcl.txt5
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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~