Skip to content

Commit bdfa140

Browse files
committed
Bump version number
1 parent ee73872 commit bdfa140

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ find_package(TclSh REQUIRED)
1111
find_package(TclStub REQUIRED)
1212

1313
set (PACKAGE_NAME "llvmtcl")
14-
set (PACKAGE_VERSION "3.9.1")
14+
set (PACKAGE_VERSION "3.9.2")
1515
set (PKG_LIB_FILE "llvmtcl.dll")
1616

1717

configure

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.69 for llvmtcl 3.9.1.
3+
# Generated by GNU Autoconf 2.69 for llvmtcl 3.9.2.
44
#
55
#
66
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -577,8 +577,8 @@ MAKEFLAGS=
577577
# Identity of this package.
578578
PACKAGE_NAME='llvmtcl'
579579
PACKAGE_TARNAME='llvmtcl'
580-
PACKAGE_VERSION='3.9.1'
581-
PACKAGE_STRING='llvmtcl 3.9.1'
580+
PACKAGE_VERSION='3.9.2'
581+
PACKAGE_STRING='llvmtcl 3.9.2'
582582
PACKAGE_BUGREPORT=''
583583
PACKAGE_URL=''
584584

@@ -1291,7 +1291,7 @@ if test "$ac_init_help" = "long"; then
12911291
# Omit some internal or obsolete options to make the list less imposing.
12921292
# This message is too long to be a string in the A/UX 3.1 sh.
12931293
cat <<_ACEOF
1294-
\`configure' configures llvmtcl 3.9.1 to adapt to many kinds of systems.
1294+
\`configure' configures llvmtcl 3.9.2 to adapt to many kinds of systems.
12951295
12961296
Usage: $0 [OPTION]... [VAR=VALUE]...
12971297
@@ -1352,7 +1352,7 @@ fi
13521352

13531353
if test -n "$ac_init_help"; then
13541354
case $ac_init_help in
1355-
short | recursive ) echo "Configuration of llvmtcl 3.9.1:";;
1355+
short | recursive ) echo "Configuration of llvmtcl 3.9.2:";;
13561356
esac
13571357
cat <<\_ACEOF
13581358
@@ -1457,7 +1457,7 @@ fi
14571457
test -n "$ac_init_help" && exit $ac_status
14581458
if $ac_init_version; then
14591459
cat <<\_ACEOF
1460-
llvmtcl configure 3.9.1
1460+
llvmtcl configure 3.9.2
14611461
generated by GNU Autoconf 2.69
14621462
14631463
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1822,7 +1822,7 @@ cat >config.log <<_ACEOF
18221822
This file contains any messages produced by compilers while
18231823
running configure, to aid debugging if configure makes a mistake.
18241824
1825-
It was created by llvmtcl $as_me 3.9.1, which was
1825+
It was created by llvmtcl $as_me 3.9.2, which was
18261826
generated by GNU Autoconf 2.69. Invocation command line was
18271827
18281828
$ $0 $@
@@ -9327,7 +9327,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
93279327
# report actual input values of CONFIG_FILES etc. instead of their
93289328
# values after options handling.
93299329
ac_log="
9330-
This file was extended by llvmtcl $as_me 3.9.1, which was
9330+
This file was extended by llvmtcl $as_me 3.9.2, which was
93319331
generated by GNU Autoconf 2.69. Invocation command line was
93329332
93339333
CONFIG_FILES = $CONFIG_FILES
@@ -9380,7 +9380,7 @@ _ACEOF
93809380
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
93819381
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
93829382
ac_cs_version="\\
9383-
llvmtcl config.status 3.9.1
9383+
llvmtcl config.status 3.9.2
93849384
configured by $0, generated by GNU Autoconf 2.69,
93859385
with options \\"\$ac_cs_config\\"
93869386

configure.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dnl to configure the system for the local environment.
1919
# so you can encode the package version directly into the source files.
2020
#-----------------------------------------------------------------------
2121

22-
AC_INIT([llvmtcl], [3.9.1])
22+
AC_INIT([llvmtcl], [3.9.2])
2323

2424
#--------------------------------------------------------------------
2525
# Call TEA_INIT as the first TEA_ macro to set up initial vars.

win/makefile.vc

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ PROJECT = llvmtcl
173173

174174
!if [echo REM = This file is generated from Makefile.vc > versions.vc]
175175
!endif
176-
# get project version from row "AC_INIT([llvmtcl], [3.9.1])"
176+
# get project version from row "AC_INIT([llvmtcl], [3.9.2])"
177177
!if [echo DOTVERSION = \>> versions.vc] \
178178
&& [nmakehlp -V ..\configure.in llvmtcl >> versions.vc]
179179
!endif

win/pkg.vc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
PACKAGE_MAJOR = 3
55
PACKAGE_MINOR = 9
6-
PACKAGE_VERSION = "3.9.1"
6+
PACKAGE_VERSION = "3.9.2"

0 commit comments

Comments
 (0)