Preparing for 2.2.0rc1

1. Add a version history
2. Update copyright years across the code base
3. Run format_all.sh
4. Update version strings from 2.1.0 to 2.2.0 in the docs and
   elsewhere.

Change-Id: I46d8d479d54bd6002d532785e67342106e73c9ac
This commit is contained in:
Sameer Agarwal
2023-09-19 15:29:34 -07:00
parent 9cca671273
commit 5a30cae583
581 changed files with 738 additions and 602 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
#!/bin/bash
#
# Ceres Solver - A fast non-linear least squares minimizer
# Copyright 2015 Google Inc. All rights reserved.
# Copyright 2023 Google Inc. All rights reserved.
# http://ceres-solver.org/
#
# Redistribution and use in source and binary forms, with or without
@@ -63,7 +63,7 @@ echo "version $VERSION" >> $VERSIONFILE
echo "$GIT_COMMIT" >> $VERSIONFILE
# Build the documentation.
python $TMP/scripts/make_docs.py $TMP $DOCS_TMP
python3 $TMP/scripts/make_docs.py $TMP $DOCS_TMP
cp -pr $DOCS_TMP/html $TMP/docs
# Build the tarball.