# NOTE: This version is _only_ used for naming the tarball. The
# VERSION define is not used by the code. It gets a version string
# from 'git describe'; see src/ceph_ver.[ch]
-AC_INIT([ceph], [0.30], [ceph-devel@vger.kernel.org])
+AC_INIT([ceph], [0.31], [ceph-devel@vger.kernel.org])
AC_CONFIG_SUBDIRS([src/gtest])
for (unsigned i = 0; i < per.size(); i++)
cout << " device " << i << ":\t" << per[i] << std::endl;
for (map<int,int>::iterator p = sizes.begin(); p != sizes.end(); p++)
- cout << " num results " << p->first << ":\t" << p->second << std::endl;
+ cout << " result size " << p->first << "x:\t" << p->second << std::endl;
}
}