mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 08:34:37 +08:00
Fix a typo in suitesparse.cc
Thanks Hyon Lim. Change-Id: I73be87e805057427d5ad245beb30e1e177bae304
This commit is contained in:
@@ -334,7 +334,7 @@ void SuiteSparse::ConstrainedApproximateMinimumDegreeOrdering(
|
||||
<< "Ceres Solver was compiled with SuiteSparse "
|
||||
<< "version 4.1.0 or less. Calling this function "
|
||||
<< "in that case is a bug. Please contact the"
|
||||
<< "the Ceres Solver developers".
|
||||
<< "the Ceres Solver developers.";
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ Version: 1.6.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.1.0%{?dist}
|
||||
Release: 0.2.0%{?dist}
|
||||
Summary: A non-linear least squares minimizer
|
||||
|
||||
Group: Development/Libraries
|
||||
@@ -105,6 +105,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Apr 29 2013 Sameer Agarwal <sameeragarwal@google.com> - 1.6.0-0.2.0
|
||||
- Bump version
|
||||
|
||||
* Mon Apr 29 2013 Sameer Agarwal <sameeragarwal@google.com> - 1.6.0-0.1.0
|
||||
- Bump version
|
||||
|
||||
|
||||
Reference in New Issue
Block a user