Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
configure.ac: Change the version to 0.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
jefft0 committed Aug 27, 2014
1 parent 7da42e3 commit 31091bc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for ndn-cpp 0.2.
# Generated by GNU Autoconf 2.69 for ndn-cpp 0.5.
#
# Report bugs to <ndn-lib@lists.cs.ucla.edu>.
#
Expand Down Expand Up @@ -590,8 +590,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='ndn-cpp'
PACKAGE_TARNAME='ndn-cpp'
PACKAGE_VERSION='0.2'
PACKAGE_STRING='ndn-cpp 0.2'
PACKAGE_VERSION='0.5'
PACKAGE_STRING='ndn-cpp 0.5'
PACKAGE_BUGREPORT='ndn-lib@lists.cs.ucla.edu'
PACKAGE_URL='https://github.com/named-data/ndn-cpp'

Expand Down Expand Up @@ -1402,7 +1402,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 ndn-cpp 0.2 to adapt to many kinds of systems.
\`configure' configures ndn-cpp 0.5 to adapt to many kinds of systems.

Usage: $0 [OPTION]... [VAR=VALUE]...

Expand Down Expand Up @@ -1472,7 +1472,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of ndn-cpp 0.2:";;
short | recursive ) echo "Configuration of ndn-cpp 0.5:";;
esac
cat <<\_ACEOF

Expand Down Expand Up @@ -1617,7 +1617,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
ndn-cpp configure 0.2
ndn-cpp configure 0.5
generated by GNU Autoconf 2.69

Copyright (C) 2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -2396,7 +2396,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 ndn-cpp $as_me 0.2, which was
It was created by ndn-cpp $as_me 0.5, which was
generated by GNU Autoconf 2.69. Invocation command line was

$ $0 $@
Expand Down Expand Up @@ -3259,7 +3259,7 @@ fi

# Define the identity of the package.
PACKAGE='ndn-cpp'
VERSION='0.2'
VERSION='0.5'


# Some tools Automake needs.
Expand Down Expand Up @@ -19892,7 +19892,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 ndn-cpp $as_me 0.2, which was
This file was extended by ndn-cpp $as_me 0.5, which was
generated by GNU Autoconf 2.69. Invocation command line was

CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -19959,7 +19959,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="\\
ndn-cpp config.status 0.2
ndn-cpp config.status 0.5
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# To build using autotools, see the Development section of the file INSTALL.

AC_PREREQ([2.59])
AC_INIT([ndn-cpp], [0.2], [ndn-lib@lists.cs.ucla.edu], [ndn-cpp], [https://github.com/named-data/ndn-cpp])
AC_INIT([ndn-cpp], [0.5], [ndn-lib@lists.cs.ucla.edu], [ndn-cpp], [https://github.com/named-data/ndn-cpp])
AM_INIT_AUTOMAKE([1.10 -Wall no-define foreign])

AC_CONFIG_MACRO_DIR([m4])
Expand Down

0 comments on commit 31091bc

Please sign in to comment.