[Faxpp-devel] SF.net SVN: faxpp:[55] trunk/faxpp
Status: Beta
Brought to you by:
jpcs
|
From: <jp...@us...> - 2008-12-04 14:30:20
|
Revision: 55
http://faxpp.svn.sourceforge.net/faxpp/?rev=55&view=rev
Author: jpcs
Date: 2008-12-04 14:30:16 +0000 (Thu, 04 Dec 2008)
Log Message:
-----------
Bumped version numbers.
Modified Paths:
--------------
trunk/faxpp/Makefile.am
trunk/faxpp/Makefile.in
trunk/faxpp/configure
trunk/faxpp/configure.in
trunk/faxpp/docs/Doxyfile.api
Modified: trunk/faxpp/Makefile.am
===================================================================
--- trunk/faxpp/Makefile.am 2008-12-04 14:29:33 UTC (rev 54)
+++ trunk/faxpp/Makefile.am 2008-12-04 14:30:16 UTC (rev 55)
@@ -7,7 +7,7 @@
lib_LTLIBRARIES = libfaxpp.la
# Library version, see http://sourceware.org/autobook/autobook/autobook_91.html
-libfaxpp_la_LDFLAGS = -version-info 2:0:0 -no-undefined
+libfaxpp_la_LDFLAGS = -version-info 2:1:0 -no-undefined
libfaxpp_la_SOURCES = \
src/attr_states.h \
Modified: trunk/faxpp/Makefile.in
===================================================================
--- trunk/faxpp/Makefile.in 2008-12-04 14:29:33 UTC (rev 54)
+++ trunk/faxpp/Makefile.in 2008-12-04 14:30:16 UTC (rev 55)
@@ -234,7 +234,7 @@
lib_LTLIBRARIES = libfaxpp.la
# Library version, see http://sourceware.org/autobook/autobook/autobook_91.html
-libfaxpp_la_LDFLAGS = -version-info 2:0:0 -no-undefined
+libfaxpp_la_LDFLAGS = -version-info 2:1:0 -no-undefined
libfaxpp_la_SOURCES = \
src/attr_states.h \
src/buffer.c \
Modified: trunk/faxpp/configure
===================================================================
--- trunk/faxpp/configure 2008-12-04 14:29:33 UTC (rev 54)
+++ trunk/faxpp/configure 2008-12-04 14:30:16 UTC (rev 55)
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.61 for faxpp 0.3.
+# Generated by GNU Autoconf 2.61 for faxpp 0.4.
#
# Report bugs to <jo...@sn...>.
#
@@ -728,8 +728,8 @@
# Identity of this package.
PACKAGE_NAME='faxpp'
PACKAGE_TARNAME='faxpp'
-PACKAGE_VERSION='0.3'
-PACKAGE_STRING='faxpp 0.3'
+PACKAGE_VERSION='0.4'
+PACKAGE_STRING='faxpp 0.4'
PACKAGE_BUGREPORT='jo...@sn...'
ac_unique_file="include/faxpp/parser.h"
@@ -1393,7 +1393,7 @@
# 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 faxpp 0.3 to adapt to many kinds of systems.
+\`configure' configures faxpp 0.4 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1463,7 +1463,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of faxpp 0.3:";;
+ short | recursive ) echo "Configuration of faxpp 0.4:";;
esac
cat <<\_ACEOF
@@ -1567,7 +1567,7 @@
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-faxpp configure 0.3
+faxpp configure 0.4
generated by GNU Autoconf 2.61
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1581,7 +1581,7 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by faxpp $as_me 0.3, which was
+It was created by faxpp $as_me 0.4, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ $0 $@
@@ -2271,7 +2271,7 @@
# Define the identity of the package.
PACKAGE=faxpp
- VERSION=0.3
+ VERSION=0.4
# Some tools Automake needs.
@@ -22081,7 +22081,7 @@
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by faxpp $as_me 0.3, which was
+This file was extended by faxpp $as_me 0.4, which was
generated by GNU Autoconf 2.61. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -22134,7 +22134,7 @@
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-faxpp config.status 0.3
+faxpp config.status 0.4
configured by $0, generated by GNU Autoconf 2.61,
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
Modified: trunk/faxpp/configure.in
===================================================================
--- trunk/faxpp/configure.in 2008-12-04 14:29:33 UTC (rev 54)
+++ trunk/faxpp/configure.in 2008-12-04 14:30:16 UTC (rev 55)
@@ -2,9 +2,9 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
-AC_INIT(faxpp, 0.3, jo...@sn...)
+AC_INIT(faxpp, 0.4, jo...@sn...)
AC_CONFIG_AUX_DIR(autotools)
-AM_INIT_AUTOMAKE(faxpp, 0.3, jo...@sn...)
+AM_INIT_AUTOMAKE(faxpp, 0.4, jo...@sn...)
AC_CONFIG_SRCDIR([include/faxpp/parser.h])
AM_CONFIG_HEADER([src/config.h])
Modified: trunk/faxpp/docs/Doxyfile.api
===================================================================
--- trunk/faxpp/docs/Doxyfile.api 2008-12-04 14:29:33 UTC (rev 54)
+++ trunk/faxpp/docs/Doxyfile.api 2008-12-04 14:30:16 UTC (rev 55)
@@ -31,7 +31,7 @@
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 0.3
+PROJECT_NUMBER = 0.4
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|