Increase version
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Mon, 16 Feb 2009 09:29:31 +0000 (10:29 +0100)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Mon, 16 Feb 2009 09:29:31 +0000 (10:29 +0100)
configure.in
ftdi_eeprom.kdevelop
ftdi_eeprom.spec
src/Makefile.am
src/main.c

index 557ccf7..13e92c8 100644 (file)
@@ -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
index b571ef4..11c6f25 100644 (file)
@@ -1,9 +1,9 @@
 <?xml version = '1.0'?>
 <kdevelop>
   <general>
-    <author>Gerd v. Egidy</author>
+    <author>Intra2net AG</author>
     <email>opensource@intra2net.com</email>
-    <version>0.2</version>
+    <version>0.3</version>
     <projectmanagement>KDevAutoProject</projectmanagement>
     <primarylanguage>C++</primarylanguage>
     <keywords>
index 5bb4602..2cce3b7 100644 (file)
@@ -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
 
index 1603841..2216570 100644 (file)
@@ -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
index 1bde662..7b0337b 100644 (file)
@@ -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
  ***************************************************************************/