Skip to content

Commit 0f33a6f

Browse files
committed
increment version number
1 parent 3ed0cde commit 0f33a6f

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

configure

Lines changed: 11 additions & 11 deletions
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 TLA+ Proof System 1.4.4.
3+
# Generated by GNU Autoconf 2.69 for TLA+ Proof System 1.4.5.
44
#
55
# Report bugs to <[email protected]>.
66
#
@@ -579,8 +579,8 @@ MAKEFLAGS=
579579
# Identity of this package.
580580
PACKAGE_NAME='TLA+ Proof System'
581581
PACKAGE_TARNAME='tlaps'
582-
PACKAGE_VERSION='1.4.4'
583-
PACKAGE_STRING='TLA+ Proof System 1.4.4'
582+
PACKAGE_VERSION='1.4.5'
583+
PACKAGE_STRING='TLA+ Proof System 1.4.5'
584584
PACKAGE_BUGREPORT='[email protected]'
585585
PACKAGE_URL=''
586586

@@ -1194,7 +1194,7 @@ if test "$ac_init_help" = "long"; then
11941194
# Omit some internal or obsolete options to make the list less imposing.
11951195
# This message is too long to be a string in the A/UX 3.1 sh.
11961196
cat <<_ACEOF
1197-
\`configure' configures TLA+ Proof System 1.4.4 to adapt to many kinds of systems.
1197+
\`configure' configures TLA+ Proof System 1.4.5 to adapt to many kinds of systems.
11981198
11991199
Usage: $0 [OPTION]... [VAR=VALUE]...
12001200
@@ -1259,7 +1259,7 @@ fi
12591259

12601260
if test -n "$ac_init_help"; then
12611261
case $ac_init_help in
1262-
short | recursive ) echo "Configuration of TLA+ Proof System 1.4.4:";;
1262+
short | recursive ) echo "Configuration of TLA+ Proof System 1.4.5:";;
12631263
esac
12641264
cat <<\_ACEOF
12651265
@@ -1333,7 +1333,7 @@ fi
13331333
test -n "$ac_init_help" && exit $ac_status
13341334
if $ac_init_version; then
13351335
cat <<\_ACEOF
1336-
TLA+ Proof System configure 1.4.4
1336+
TLA+ Proof System configure 1.4.5
13371337
generated by GNU Autoconf 2.69
13381338
13391339
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1350,7 +1350,7 @@ cat >config.log <<_ACEOF
13501350
This file contains any messages produced by compilers while
13511351
running configure, to aid debugging if configure makes a mistake.
13521352
1353-
It was created by TLA+ Proof System $as_me 1.4.4, which was
1353+
It was created by TLA+ Proof System $as_me 1.4.5, which was
13541354
generated by GNU Autoconf 2.69. Invocation command line was
13551355
13561356
$ $0 $@
@@ -1730,7 +1730,7 @@ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
17301730

17311731

17321732

1733-
VERSION='1.4.4'
1733+
VERSION='1.4.5'
17341734
RELEASEVERSION='1.4.4'
17351735

17361736

@@ -2719,7 +2719,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27192719
# report actual input values of CONFIG_FILES etc. instead of their
27202720
# values after options handling.
27212721
ac_log="
2722-
This file was extended by TLA+ Proof System $as_me 1.4.4, which was
2722+
This file was extended by TLA+ Proof System $as_me 1.4.5, which was
27232723
generated by GNU Autoconf 2.69. Invocation command line was
27242724
27252725
CONFIG_FILES = $CONFIG_FILES
@@ -2772,7 +2772,7 @@ _ACEOF
27722772
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27732773
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
27742774
ac_cs_version="\\
2775-
TLA+ Proof System config.status 1.4.4
2775+
TLA+ Proof System config.status 1.4.5
27762776
configured by $0, generated by GNU Autoconf 2.69,
27772777
with options \\"\$ac_cs_config\\"
27782778
@@ -3350,7 +3350,7 @@ chmod +x tools/installer/tlaps-source-release.sh
33503350
if test "$silent" != yes; then :
33513351
cat <<EOF
33523352
----------------------------------------------------
3353-
The TLA+ Proof Manager (version 1.4.4) has been
3353+
The TLA+ Proof Manager (version 1.4.5) has been
33543354
successfully configured.
33553355
33563356
Run 'make' to build the PM and 'make install' to install it in

src/version.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
(* AUTOMATICALLY GENERATED by tools/newversion.ml -- DO NOT EDIT *)
2-
let (major,minor,micro) = (1,4,4);;
2+
let (major,minor,micro) = (1,4,5);;
33
Revision.f "$Rev: 29780 $";;

0 commit comments

Comments
 (0)