9 messages in com.mysql.lists.plusplusRe: mysqlpp 2.0beta
FromSent OnAttachments
J Robinson18 Jul 2005 09:19 
Warren Young18 Jul 2005 10:57 
Chris Frey21 Jul 2005 03:49 
Warren Young21 Jul 2005 17:47 
Chris Frey21 Jul 2005 19:50 
Warren Young21 Jul 2005 20:08 
Chris Frey30 Jul 2005 02:50 
Chris Frey30 Jul 2005 02:54 
Warren Young01 Aug 2005 06:04 
Subject:Re: mysqlpp 2.0beta
From:Warren Young (mysq@etr-usa.com)
Date:07/21/2005 08:08:38 PM
List:com.mysql.lists.plusplus

Chris Frey wrote:

I've counted them up, and this will make _seven_ places that have version numbers: ChangeLog, configure.in, mysql++.spec (2 places), lib/Makefile.am, lib/Doxyfile, and now lib/mysql++.h. Wanna bet that I never forget to update one of these before a release?

Would a script help with this?

Of those six files, only mysql++.h and _maybe_ the Doxyfile are amenable to automatic generation.

I should automate this for you, since I suggested it. :-)

Your mission, should you choose to accept it, Mr. Frey, is to find out if the version string from configure.in is available as a variable that autoconf can substitute into Doxygen.in and mysql++.h.in files.

Another way you could do it is to use the #define in config.h, which the configure script generates. But that means writing a C program (or a really ugly script) to do the substitution. Much better to leverage autoconf if we can.

This email will self-destruct in 7 seconds.