Skip to content

Commit

Permalink
Update to version 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sminster committed Mar 24, 2022
1 parent a234169 commit 265e8e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ OBJS = Version.o Isd.o Plugin.o GeometricModel.o RasterGM.o CorrelationModel.o F


LIBNAME=libcsmapi
LIBVERSION=3.0.3
LIBVERSION=3.0.4

DOXYGEN_OUT=/programs/origin/html/doxygen/csm3
DOXYGEN_FILTER=$(PWD)/scripts/doxygen-filter.pl
Expand Down
2 changes: 1 addition & 1 deletion csm.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

// The getCsmVersion method should use CURRENT_CSM_VERSION to
// return the CSM API version that the sensor model/plugin was written to.
#define CURRENT_CSM_VERSION csm::Version(3, 0, 3);
#define CURRENT_CSM_VERSION csm::Version(3, 0, 4);

// Common definition for an unknown name, type, node,etc.
#define CSM_UNKNOWN "UNKNOWN"
Expand Down

0 comments on commit 265e8e1

Please sign in to comment.