Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lintest/myrulib.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKandrashin Denis <mail@lintest.ru>2011-01-26 21:34:23 +0300
committerKandrashin Denis <mail@lintest.ru>2011-01-26 21:34:23 +0300
commit6416e87d9211315ec09d7c117d44689a1e9935a7 (patch)
treeeb04f886a471ef2b6e499279870a0b7f53b3e7a6
parent478d663b80c15fa2a09411a9f6f5b80be2f85211 (diff)
Version 0.26.80.26.8
-rwxr-xr-xconfigure20
-rw-r--r--configure.in2
-rw-r--r--sources/version.inc2
3 files changed, 12 insertions, 12 deletions
diff --git a/configure b/configure
index 303c38e2..88453d69 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.67 for MyRuLib 0.26.7.
+# Generated by GNU Autoconf 2.67 for MyRuLib 0.26.8.
#
# Report bugs to <mail@lintest.ru>.
#
@@ -552,8 +552,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='MyRuLib'
PACKAGE_TARNAME='myrulib'
-PACKAGE_VERSION='0.26.7'
-PACKAGE_STRING='MyRuLib 0.26.7'
+PACKAGE_VERSION='0.26.8'
+PACKAGE_STRING='MyRuLib 0.26.8'
PACKAGE_BUGREPORT='mail@lintest.ru'
PACKAGE_URL='http://myrulib.lintest.ru/'
@@ -1306,7 +1306,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 MyRuLib 0.26.7 to adapt to many kinds of systems.
+\`configure' configures MyRuLib 0.26.8 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1372,7 +1372,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of MyRuLib 0.26.7:";;
+ short | recursive ) echo "Configuration of MyRuLib 0.26.8:";;
esac
cat <<\_ACEOF
@@ -1478,7 +1478,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-MyRuLib configure 0.26.7
+MyRuLib configure 0.26.8
generated by GNU Autoconf 2.67
Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1809,7 +1809,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 MyRuLib $as_me 0.26.7, which was
+It was created by MyRuLib $as_me 0.26.8, which was
generated by GNU Autoconf 2.67. Invocation command line was
$ $0 $@
@@ -8955,7 +8955,7 @@ else
fi
echo
-echo "Configured MyRuLib 0.26.7 for \`${host}' wxWidgets ${WX_VERSION}"
+echo "Configured MyRuLib 0.26.8 for \`${host}' wxWidgets ${WX_VERSION}"
echo
echo " Use buildin Expat library? ${USE_EXPAT}"
echo " Use buildin SQLite3 library? ${USE_SQLITE}"
@@ -9507,7 +9507,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 MyRuLib $as_me 0.26.7, which was
+This file was extended by MyRuLib $as_me 0.26.8, which was
generated by GNU Autoconf 2.67. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -9561,7 +9561,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="\\
-MyRuLib config.status 0.26.7
+MyRuLib config.status 0.26.8
configured by $0, generated by GNU Autoconf 2.67,
with options \\"\$ac_cs_config\\"
diff --git a/configure.in b/configure.in
index 90b66eaf..1f675725 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
-AC_INIT([MyRuLib],[0.26.7],[mail@lintest.ru],[myrulib],[http://myrulib.lintest.ru/])
+AC_INIT([MyRuLib],[0.26.8],[mail@lintest.ru],[myrulib],[http://myrulib.lintest.ru/])
AC_CONFIG_SRCDIR([MyRuLib/MyRuLibApp.cpp])
AC_CONFIG_SRCDIR([autoconf_inc.m4])
diff --git a/sources/version.inc b/sources/version.inc
index 71d58ad3..670549e6 100644
--- a/sources/version.inc
+++ b/sources/version.inc
@@ -1,4 +1,4 @@
#define PROGRAM_NAME MyRuLib
#define VERSION_MAJOR 0
#define VERSION_MINOR 26
-#define VERSION_BUILD 7
+#define VERSION_BUILD 8