Skip to content

Commit 0eddde6

Browse files
committed
Kick in version 13.3 development
Signed-off-by: Jafar Al-Gharaibeh <[email protected]>
1 parent 16bebbf commit 0eddde6

File tree

5 files changed

+19
-13
lines changed

5 files changed

+19
-13
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ distclean2: clean
302302

303303

304304
#MV=.0
305-
VSUFFIX?=""
305+
VSUFFIX?=~prerelease
306306
VV=$(PKG_VERSION)$(MV)
307307
PKG_STRNAME=$(PKG_TARNAME)_$(VV)$(VSUFFIX)
308308
UTAR=$(PKG_STRNAME).tar.gz

Makefile.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ distclean2: clean
302302

303303

304304
#MV=.0
305-
VSUFFIX?=""
305+
VSUFFIX?=~prerelease
306306
VV=$(PKG_VERSION)$(MV)
307307
PKG_STRNAME=$(PKG_TARNAME)_$(VV)$(VSUFFIX)
308308
UTAR=$(PKG_STRNAME).tar.gz

config/scripts/version.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

3-
UNICON_VERSION=13.2
4-
UNICON_VERSION_DATE="November 28, 2020"
3+
UNICON_VERSION=13.3
4+
UNICON_VERSION_DATE="December 22, 2020"
55

66
# Interested in version only
77
if [ "x$1" = "xversion" ]; then

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 Unicon 13.2.
3+
# Generated by GNU Autoconf 2.69 for Unicon 13.3.
44
#
55
# Report bugs to <[email protected]>.
66
#
@@ -580,8 +580,8 @@ MAKEFLAGS=
580580
# Identity of this package.
581581
PACKAGE_NAME='Unicon'
582582
PACKAGE_TARNAME='unicon'
583-
PACKAGE_VERSION='13.2'
584-
PACKAGE_STRING='Unicon 13.2'
583+
PACKAGE_VERSION='13.3'
584+
PACKAGE_STRING='Unicon 13.3'
585585
PACKAGE_BUGREPORT='[email protected]'
586586
PACKAGE_URL='http://www.unicon.org'
587587

@@ -1342,7 +1342,7 @@ if test "$ac_init_help" = "long"; then
13421342
# Omit some internal or obsolete options to make the list less imposing.
13431343
# This message is too long to be a string in the A/UX 3.1 sh.
13441344
cat <<_ACEOF
1345-
\`configure' configures Unicon 13.2 to adapt to many kinds of systems.
1345+
\`configure' configures Unicon 13.3 to adapt to many kinds of systems.
13461346
13471347
Usage: $0 [OPTION]... [VAR=VALUE]...
13481348
@@ -1408,7 +1408,7 @@ fi
14081408

14091409
if test -n "$ac_init_help"; then
14101410
case $ac_init_help in
1411-
short | recursive ) echo "Configuration of Unicon 13.2:";;
1411+
short | recursive ) echo "Configuration of Unicon 13.3:";;
14121412
esac
14131413
cat <<\_ACEOF
14141414
@@ -1542,7 +1542,7 @@ fi
15421542
test -n "$ac_init_help" && exit $ac_status
15431543
if $ac_init_version; then
15441544
cat <<\_ACEOF
1545-
Unicon configure 13.2
1545+
Unicon configure 13.3
15461546
generated by GNU Autoconf 2.69
15471547
15481548
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2463,7 +2463,7 @@ cat >config.log <<_ACEOF
24632463
This file contains any messages produced by compilers while
24642464
running configure, to aid debugging if configure makes a mistake.
24652465
2466-
It was created by Unicon $as_me 13.2, which was
2466+
It was created by Unicon $as_me 13.3, which was
24672467
generated by GNU Autoconf 2.69. Invocation command line was
24682468
24692469
$ $0 $@
@@ -14665,7 +14665,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1466514665
# report actual input values of CONFIG_FILES etc. instead of their
1466614666
# values after options handling.
1466714667
ac_log="
14668-
This file was extended by Unicon $as_me 13.2, which was
14668+
This file was extended by Unicon $as_me 13.3, which was
1466914669
generated by GNU Autoconf 2.69. Invocation command line was
1467014670
1467114671
CONFIG_FILES = $CONFIG_FILES
@@ -14728,7 +14728,7 @@ _ACEOF
1472814728
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1472914729
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1473014730
ac_cs_version="\\
14731-
Unicon config.status 13.2
14731+
Unicon config.status 13.3
1473214732
configured by $0, generated by GNU Autoconf 2.69,
1473314733
with options \\"\$ac_cs_config\\"
1473414734

debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
unicon (13.3~prerelease) UNRELEASED; urgency=medium
2+
3+
* Development version
4+
5+
-- Jafar Al-Gharaibeh <[email protected]> Tue, 22 Dec 2020 12:20:20 -0500
6+
17
unicon (13.2-1) UNRELEASED; urgency=medium
28

39
* New release

0 commit comments

Comments
 (0)