From f2c67a7ee97e12f653540115fbef5a19e2fea672 Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Mon, 16 Feb 2009 10:29:31 +0100 Subject: [PATCH] Increase version --- configure.in | 2 +- ftdi_eeprom.kdevelop | 4 ++-- ftdi_eeprom.spec | 5 ++--- src/Makefile.am | 5 ++--- src/main.c | 2 +- 5 files changed, 8 insertions(+), 10 deletions(-) diff --git a/configure.in b/configure.in index 557ccf7..13e92c8 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ AC_INIT(configure.in) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(ftdi_eeprom, 0.2) +AM_INIT_AUTOMAKE(ftdi_eeprom, 0.3) AC_LANG_C AC_PROG_CC diff --git a/ftdi_eeprom.kdevelop b/ftdi_eeprom.kdevelop index b571ef4..11c6f25 100644 --- a/ftdi_eeprom.kdevelop +++ b/ftdi_eeprom.kdevelop @@ -1,9 +1,9 @@ - Gerd v. Egidy + Intra2net AG opensource@intra2net.com - 0.2 + 0.3 KDevAutoProject C++ diff --git a/ftdi_eeprom.spec b/ftdi_eeprom.spec index 5bb4602..2cce3b7 100644 --- a/ftdi_eeprom.spec +++ b/ftdi_eeprom.spec @@ -1,7 +1,7 @@ Summary: Tool for creating/reading/erasing/flashing FTDI USB chip eeproms Name: ftdi_eeprom -Version: 0.2 -Release: 5 +Version: 0.3 +Release: 1 Copyright: GPL Group: Development/Tools Vendor: Intra2net AG @@ -18,7 +18,6 @@ Tool for creating/reading/erasing/flashing FTDI USB chip eeproms %setup -q %build -autoconf ./configure --prefix=%{prefix} make diff --git a/src/Makefile.am b/src/Makefile.am index 1603841..2216570 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,14 +1,13 @@ bin_PROGRAMS = ftdi_eeprom - # set the include path found by configure INCLUDES = @LIBFTDI_CFLAGS@ $(all_includes) # the library search path. ftdi_eeprom_LDFLAGS = $(all_libraries) -ftdi_eeprom_SOURCES = main.c +ftdi_eeprom_SOURCES = main.c noinst_DATA = example.conf ftdi_eeprom_LDADD = -lconfuse @LIBFTDI_LIBS@ -EXTRA_DIST = example.conf \ No newline at end of file +EXTRA_DIST = example.conf diff --git a/src/main.c b/src/main.c index 1bde662..7b0337b 100644 --- a/src/main.c +++ b/src/main.c @@ -2,7 +2,7 @@ main.c - description ------------------- begin : Mon Apr 7 12:05:22 CEST 2003 - copyright : (C) 2003 by Intra2net AG + copyright : (C) 2003,2008 by Intra2net AG email : opensource@intra2net.com ***************************************************************************/ -- 1.7.1