From: Dave H. <hel...@us...> - 2014-10-14 03:46:53
|
Update of /cvsroot/sblim/wbemcli In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv14693 Modified Files: NEWS configure.ac Log Message: start of 1.6.4 Index: NEWS =================================================================== RCS file: /cvsroot/sblim/wbemcli/NEWS,v retrieving revision 1.50 retrieving revision 1.51 diff -u -d -r1.50 -r1.51 --- NEWS 13 Oct 2014 16:05:30 -0000 1.50 +++ NEWS 14 Oct 2014 03:46:51 -0000 1.51 @@ -1,3 +1,9 @@ +Changes in Version 1.6.4 +======================== + +Bugs: + + Changes in Version 1.6.3 ======================== Index: configure.ac =================================================================== RCS file: /cvsroot/sblim/wbemcli/configure.ac,v retrieving revision 1.24 retrieving revision 1.25 diff -u -d -r1.24 -r1.25 --- configure.ac 14 Oct 2014 03:42:49 -0000 1.24 +++ configure.ac 14 Oct 2014 03:46:51 -0000 1.25 @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_INIT(SBLIM WBEMCLI, 1.6.3, sbl...@li...,sblim-wbemcli) +AC_INIT(SBLIM WBEMCLI, 1.6.4-preview, sbl...@li...,sblim-wbemcli) AC_CONFIG_SRCDIR([CimXml.cpp]) AC_CANONICAL_HOST |