Update include/ceres.h to export headers.
Update the ABI version.
Change-Id: I5c1c4f110cddc816bbb5a737634f55b4cbea98e1
diff --git a/include/ceres/ceres.h b/include/ceres/ceres.h
index 9b8f212..7878806 100644
--- a/include/ceres/ceres.h
+++ b/include/ceres/ceres.h
@@ -34,15 +34,19 @@
#ifndef CERES_PUBLIC_CERES_H_
#define CERES_PUBLIC_CERES_H_
-#define CERES_VERSION 1.4.0
-#define CERES_ABI_VERSION 1.4.0
+#define CERES_VERSION 1.5.0
+#define CERES_ABI_VERSION 1.5.0
#include "ceres/autodiff_cost_function.h"
#include "ceres/cost_function.h"
+#include "ceres/cost_function_to_functor.h"
+#include "ceres/crs_matrix.h"
#include "ceres/iteration_callback.h"
+#include "ceres/jet.h"
#include "ceres/local_parameterization.h"
#include "ceres/loss_function.h"
#include "ceres/numeric_diff_cost_function.h"
+#include "ceres/numeric_diff_functor.h"
#include "ceres/ordered_groups.h"
#include "ceres/problem.h"
#include "ceres/sized_cost_function.h"