From: Don S. <ri...@us...> - 2005-02-10 16:53:10
|
Update of /cvsroot/gaim-bnet/gaim-bnet In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11950 Modified Files: ChangeLog VERSION bnet_config.h.mingw configure.ac Log Message: Let's have a release today. I need to make sure I got it in all places Index: bnet_config.h.mingw =================================================================== RCS file: /cvsroot/gaim-bnet/gaim-bnet/bnet_config.h.mingw,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** bnet_config.h.mingw 7 Feb 2005 15:35:10 -0000 1.1 --- bnet_config.h.mingw 10 Feb 2005 16:53:02 -0000 1.2 *************** *** 245,249 **** /* Define to the full name and version of this package. */ ! /* #undef BNET_PACKAGE_STRING "gaim-bnet 0.1.0cvs" */ /* Define to the one symbol short name of this package. */ --- 245,249 ---- /* Define to the full name and version of this package. */ ! /* #undef BNET_PACKAGE_STRING "gaim-bnet 0.1.0" */ /* Define to the one symbol short name of this package. */ *************** *** 251,255 **** /* Define to the version of this package. */ ! /* #undef BNET_PACKAGE_VERSION "0.1.0cvs" */ /* Define if <inttypes.h> exists and defines unusable PRI* macros. */ --- 251,255 ---- /* Define to the version of this package. */ ! /* #undef BNET_PACKAGE_VERSION "0.1.0" */ /* Define if <inttypes.h> exists and defines unusable PRI* macros. */ *************** *** 272,276 **** /* Version number of package */ ! /* #undef VERSION "0.1.0cvs" */ /* Define to empty if `const' does not conform to ANSI C. */ --- 272,276 ---- /* Version number of package */ ! /* #undef VERSION "0.1.0" */ /* Define to empty if `const' does not conform to ANSI C. */ Index: configure.ac =================================================================== RCS file: /cvsroot/gaim-bnet/gaim-bnet/configure.ac,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** configure.ac 7 Feb 2005 21:59:00 -0000 1.5 --- configure.ac 10 Feb 2005 16:53:02 -0000 1.6 *************** *** 4,8 **** # ! AC_INIT([gaim-bnet], [0.1.0cvs], [gai...@li...]) AC_CANONICAL_SYSTEM AM_CONFIG_HEADER(pre_config.h) --- 4,8 ---- # ! AC_INIT([gaim-bnet], [0.1.0], [gai...@li...]) AC_CANONICAL_SYSTEM AM_CONFIG_HEADER(pre_config.h) Index: VERSION =================================================================== RCS file: /cvsroot/gaim-bnet/gaim-bnet/VERSION,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** VERSION 28 Jul 2004 03:08:20 -0000 1.1.1.1 --- VERSION 10 Feb 2005 16:53:02 -0000 1.2 *************** *** 1 **** ! 0.1.0cvs --- 1 ---- ! 0.1.0 Index: ChangeLog =================================================================== RCS file: /cvsroot/gaim-bnet/gaim-bnet/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** ChangeLog 7 Feb 2005 21:31:13 -0000 1.4 --- ChangeLog 10 Feb 2005 16:53:02 -0000 1.5 *************** *** 2,6 **** $Id$ ! *gaim-bnet-0.1.0cvs: New Features: * Logging into Battle.net --- 2,7 ---- $Id$ ! *gaim-bnet-0.1.0 (10 Feb 2005) ! New Features: * Logging into Battle.net |