[libfann] 72/242: changed version in cvs to 1.1.0 because this is the next version to be released

Christian Kastner chrisk-guest at moszumanska.debian.org
Sat Oct 4 21:10:21 UTC 2014


This is an automated email from the git hooks/post-receive script.

chrisk-guest pushed a commit to tag Version2_0_0
in repository libfann.

commit 6f5dabfde605830beb423995170b7a5569aa07eb
Author: Steffen Nissen <lukesky at diku.dk>
Date:   Tue Feb 10 08:51:58 2004 +0000

    changed version in cvs to 1.1.0 because this is the next version to be released
---
 Makefile.am     | 3 ++-
 Makefile.in     | 3 ++-
 configure       | 2 +-
 configure.in    | 2 +-
 libtool         | 2 +-
 src/Makefile.am | 2 +-
 src/Makefile.in | 2 +-
 7 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 11a70ea..3052ce4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,12 +3,13 @@ SUBDIRS = src
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = fann.pc
 
-EXTRA_DIST = doc examples benchmarks
+EXTRA_DIST = doc examples benchmarks python
 
 dist-hook:
 	rm -rf `find $(distdir) -name "*~" -o -name ".#*"`
 	rm -rf `find $(distdir)/doc -name CVS`
 	rm -rf `find $(distdir)/examples -name CVS`
 	rm -rf `find $(distdir)/benchmarks -name CVS`
+	rm -rf `find $(distdir)/python -name CVS`
 	zip -r $(distdir).zip $(distdir)
 	tar chojf $(distdir).tar.bz2 $(distdir)
diff --git a/Makefile.in b/Makefile.in
index 3d742a9..2c75f0a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -134,7 +134,7 @@ SUBDIRS = src
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = fann.pc
 
-EXTRA_DIST = doc examples benchmarks
+EXTRA_DIST = doc examples benchmarks python
 subdir = .
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
@@ -565,6 +565,7 @@ dist-hook:
 	rm -rf `find $(distdir)/doc -name CVS`
 	rm -rf `find $(distdir)/examples -name CVS`
 	rm -rf `find $(distdir)/benchmarks -name CVS`
+	rm -rf `find $(distdir)/python -name CVS`
 	zip -r $(distdir).zip $(distdir)
 	tar chojf $(distdir).tar.bz2 $(distdir)
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
diff --git a/configure b/configure
index 53e1f57..336ad90 100755
--- a/configure
+++ b/configure
@@ -1769,7 +1769,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE=fann
- VERSION=1.0.5
+ VERSION=1.1.0
 
 
 cat >>confdefs.h <<_ACEOF
diff --git a/configure.in b/configure.in
index 5275749..d63af29 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
 AC_INIT(src/fann.c)
-AM_INIT_AUTOMAKE(fann, 1.0.5)
+AM_INIT_AUTOMAKE(fann, 1.1.0)
 AM_CONFIG_HEADER(src/include/config.h:config.in)
 AC_PROG_RANLIB  
 AC_PROG_CC
diff --git a/libtool b/libtool
index 3e6c791..5811571 100755
--- a/libtool
+++ b/libtool
@@ -1,7 +1,7 @@
 #! /bin/sh
 
 # libtoolT - Provide generalized library-building support services.
-# Generated automatically by  (GNU fann 1.0.5)
+# Generated automatically by  (GNU fann 1.1.0)
 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
 #
 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001
diff --git a/src/Makefile.am b/src/Makefile.am
index a37dfce..4f55036 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -2,7 +2,7 @@ SUBDIRS = include
 
 lib_LTLIBRARIES = libfloatfann.la libdoublefann.la libfixedfann.la libfann.la
 
-AM_LDFLAGS = -version-info 1:5:0
+AM_LDFLAGS = -version-info 2:0:1
 AM_CFLAGS = -O9 -Wall
 
 libfloatfann_la_SOURCES = floatfann.c
diff --git a/src/Makefile.in b/src/Makefile.in
index abda15f..5fdd133 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -133,7 +133,7 @@ SUBDIRS = include
 
 lib_LTLIBRARIES = libfloatfann.la libdoublefann.la libfixedfann.la libfann.la
 
-AM_LDFLAGS = -version-info 1:5:0
+AM_LDFLAGS = -version-info 2:0:1
 AM_CFLAGS = -O9 -Wall
 
 libfloatfann_la_SOURCES = floatfann.c

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libfann.git



More information about the debian-science-commits mailing list