1
0
mirror of https://github.com/danog/libtgvoip.git synced 2024-11-30 04:39:03 +01:00

Update version to 2.6

This commit is contained in:
Igor Zhukov 2020-03-05 16:37:17 +04:00
parent f776f35441
commit 35a9f194ca
3 changed files with 12 additions and 12 deletions

View File

@ -40,7 +40,7 @@
#include "MessageThread.h"
#include "utils.h"
#define LIBTGVOIP_VERSION "2.5"
#define LIBTGVOIP_VERSION "2.6"
#ifdef _WIN32
#undef GetCurrentTime

20
configure vendored
View File

@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for libtgvoip 2.4.4.
# Generated by GNU Autoconf 2.69 for libtgvoip 2.6.
#
# Report bugs to <https://github.com/grishka/libtgvoip/issues>.
#
@ -590,8 +590,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='libtgvoip'
PACKAGE_TARNAME='libtgvoip'
PACKAGE_VERSION='2.4.4'
PACKAGE_STRING='libtgvoip 2.4.4'
PACKAGE_VERSION='2.6'
PACKAGE_STRING='libtgvoip 2.6'
PACKAGE_BUGREPORT='https://github.com/grishka/libtgvoip/issues'
PACKAGE_URL=''
@ -1360,7 +1360,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures libtgvoip 2.4.4 to adapt to many kinds of systems.
\`configure' configures libtgvoip 2.6 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1430,7 +1430,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of libtgvoip 2.4.4:";;
short | recursive ) echo "Configuration of libtgvoip 2.6:";;
esac
cat <<\_ACEOF
@ -1552,7 +1552,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
libtgvoip configure 2.4.4
libtgvoip configure 2.6
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@ -2264,7 +2264,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by libtgvoip $as_me 2.4.4, which was
It was created by libtgvoip $as_me 2.6, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@ -3130,7 +3130,7 @@ fi
# Define the identity of the package.
PACKAGE='libtgvoip'
VERSION='2.4.4'
VERSION='2.6'
cat >>confdefs.h <<_ACEOF
@ -19163,7 +19163,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by libtgvoip $as_me 2.4.4, which was
This file was extended by libtgvoip $as_me 2.6, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -19229,7 +19229,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
libtgvoip config.status 2.4.4
libtgvoip config.status 2.6
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"

View File

@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.69])
AC_INIT([libtgvoip], [2.4.4], [https://github.com/grishka/libtgvoip/issues])
AC_INIT([libtgvoip], [2.6], [https://github.com/grishka/libtgvoip/issues])
AC_CONFIG_SRCDIR([config.h.in])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([subdir-objects])