diff --git a/docs/source/version_history.rst b/docs/source/version_history.rst index c6d9cfd84..89090d27c 100644 --- a/docs/source/version_history.rst +++ b/docs/source/version_history.rst @@ -54,6 +54,8 @@ New Features #. Autodetect gflags namespace. #. Expanded ``more_garbow_hillstrom.cc``. #. Added a pointer to Tal Ben-Nun's MSVC wrapper to the docs. +#. Added the ``<2,3,6>`` Schur template specialization. (Alessandro + Dal Grande) Backward Incompatible API Changes --------------------------------- diff --git a/scripts/ceres-solver.spec b/scripts/ceres-solver.spec index 8a376f4cc..64cec6318 100644 --- a/scripts/ceres-solver.spec +++ b/scripts/ceres-solver.spec @@ -3,7 +3,7 @@ Version: 1.10.0 # Release candidate versions are messy. Give them a release of # e.g. "0.1.0%{?dist}" for RC1 (and remember to adjust the Source0 # URL). Non-RC releases go back to incrementing integers starting at 1. -Release: 0.2.0%{?dist} +Release: 0.0.0%{?dist} Summary: A non-linear least squares minimizer Group: Development/Libraries @@ -118,6 +118,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Feb Dec 5 2014 Sameer Agarwal - 1.10.0-0.0.0 +- Bump version (and yes this is a downward revisio). + * Mon Nov 12 2014 Sameer Agarwal - 1.10.0-0.2.0 - Bump version