Change the version from 2.2.0 to 2.3.0

The dependencies and the API have changed enough that
it is worth incrementing the version number.

Change-Id: I4e2911a91988d97f47320c56072ad1546e20030b
This commit is contained in:
Sameer Agarwal
2024-08-24 07:57:17 -07:00
parent 9186dcc49c
commit 8f85014dcf
3 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -41,16 +41,16 @@ master_doc = 'index'
# General information about the project. # General information about the project.
project = u'Ceres Solver' 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 # The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the # |version| and |release|, also used in various other places throughout the
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '2.2' version = '2.3'
# The full version, including alpha/beta/rc tags. # 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 # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.
+1 -1
View File
@@ -32,7 +32,7 @@
#define CERES_PUBLIC_VERSION_H_ #define CERES_PUBLIC_VERSION_H_
#define CERES_VERSION_MAJOR 2 #define CERES_VERSION_MAJOR 2
#define CERES_VERSION_MINOR 2 #define CERES_VERSION_MINOR 3
#define CERES_VERSION_REVISION 0 #define CERES_VERSION_REVISION 0
// Classic CPP stringifcation; the extra level of indirection allows the // Classic CPP stringifcation; the extra level of indirection allows the
+2 -2
View File
@@ -1,6 +1,6 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<!-- <!--
Copyright 2023 Google Inc. All rights reserved. Copyright 2024 Google Inc. All rights reserved.
http://ceres-solver.org/ http://ceres-solver.org/
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without
@@ -30,7 +30,7 @@
<package format="2"> <package format="2">
<name>ceres-solver</name> <name>ceres-solver</name>
<version>2.2.0</version> <version>2.3.0</version>
<description>A large scale non-linear optimization library.</description> <description>A large scale non-linear optimization library.</description>
<maintainer email="ceres-solver@googlegroups.com"> <maintainer email="ceres-solver@googlegroups.com">
The Ceres Solver Authors The Ceres Solver Authors