summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2007-05-15 21:02:54 +0000
committerBenny Prijono <bennylp@teluu.com>2007-05-15 21:02:54 +0000
commit6f1cef09e1bd913c9f89cda122b7445cea098f47 (patch)
treedb28460335c50feb926c8aee419783ba8e6de33d
parent886d1f799cb8b07df1b0d14ef67614571966f58d (diff)
Changed version to 0.7.0-rc1
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1279 74dad513-b988-da41-8d7b-12977e46ad98
-rwxr-xr-xaconfigure18
-rw-r--r--aconfigure.ac2
-rw-r--r--pjlib/src/pj/config.c2
3 files changed, 11 insertions, 11 deletions
diff --git a/aconfigure b/aconfigure
index 9d8286c8..bec1cc87 100755
--- a/aconfigure
+++ b/aconfigure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.59 for pjproject 0.6.0.
+# Generated by GNU Autoconf 2.59 for pjproject 0.7.
#
# Copyright (C) 2003 Free Software Foundation, Inc.
# This configure script is free software; the Free Software Foundation
@@ -267,8 +267,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='pjproject'
PACKAGE_TARNAME='pjproject'
-PACKAGE_VERSION='0.6.0'
-PACKAGE_STRING='pjproject 0.6.0'
+PACKAGE_VERSION='0.7'
+PACKAGE_STRING='pjproject 0.7'
PACKAGE_BUGREPORT=''
# Factoring default headers for most tests.
@@ -785,7 +785,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 pjproject 0.6.0 to adapt to many kinds of systems.
+\`configure' configures pjproject 0.7 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -847,7 +847,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of pjproject 0.6.0:";;
+ short | recursive ) echo "Configuration of pjproject 0.7:";;
esac
cat <<\_ACEOF
@@ -977,7 +977,7 @@ fi
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
-pjproject configure 0.6.0
+pjproject configure 0.7
generated by GNU Autoconf 2.59
Copyright (C) 2003 Free Software Foundation, Inc.
@@ -991,7 +991,7 @@ cat >&5 <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by pjproject $as_me 0.6.0, which was
+It was created by pjproject $as_me 0.7, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ $0 $@
@@ -9910,7 +9910,7 @@ _ASBOX
} >&5
cat >&5 <<_CSEOF
-This file was extended by pjproject $as_me 0.6.0, which was
+This file was extended by pjproject $as_me 0.7, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -9970,7 +9970,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-pjproject config.status 0.6.0
+pjproject config.status 0.7
configured by $0, generated by GNU Autoconf 2.59,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
diff --git a/aconfigure.ac b/aconfigure.ac
index c22c8268..517dcc37 100644
--- a/aconfigure.ac
+++ b/aconfigure.ac
@@ -1,4 +1,4 @@
-AC_INIT(pjproject,0.6.0)
+AC_INIT(pjproject,0.7)
host_orig="$host"
diff --git a/pjlib/src/pj/config.c b/pjlib/src/pj/config.c
index 75ab36f3..f437ddde 100644
--- a/pjlib/src/pj/config.c
+++ b/pjlib/src/pj/config.c
@@ -21,7 +21,7 @@
#include <pj/ioqueue.h>
static const char *id = "config.c";
-const char *PJ_VERSION = "0.5.10.2-trunk";
+const char *PJ_VERSION = "0.7.0-rc1";
PJ_DEF(void) pj_dump_config(void)
{