diff --git a/docs/source/conf.py b/docs/source/conf.py index faa24032b..1f67873b6 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -41,16 +41,16 @@ master_doc = 'index' # General information about the project. project = u'Ceres Solver' -copyright = u'2023 Google Inc' +copyright = u'2024 Google Inc' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = '2.2' +version = '2.3' # The full version, including alpha/beta/rc tags. -release = '2.2.0' +release = '2.3.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/include/ceres/version.h b/include/ceres/version.h index fe6c288f8..b593d9b94 100644 --- a/include/ceres/version.h +++ b/include/ceres/version.h @@ -32,7 +32,7 @@ #define CERES_PUBLIC_VERSION_H_ #define CERES_VERSION_MAJOR 2 -#define CERES_VERSION_MINOR 2 +#define CERES_VERSION_MINOR 3 #define CERES_VERSION_REVISION 0 // Classic CPP stringifcation; the extra level of indirection allows the diff --git a/package.xml b/package.xml index a6abe4cca..7e9aeb3a3 100644 --- a/package.xml +++ b/package.xml @@ -1,6 +1,6 @@