Skip to content

Commit

Permalink
Fix ICE_INT_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
pepone committed Jan 22, 2024
1 parent c7a1fe8 commit a5b1ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/include/IceUtil/Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
// The Ice version.
//
#define ICE_STRING_VERSION "3.8.0-alpha.0" // "A.B.C", with A=major, B=minor, C=patch
#define ICE_INT_VERSION 30800 // AABBCC, with AA=major, BB=minor, CC=patch
#define ICE_INT_VERSION 30850 // AABBCC, with AA=major, BB=minor, CC=patch
#define ICE_SO_VERSION "38a0" // "ABC", with A=major, B=minor, C=patch

#if !defined(ICE_BUILDING_ICE) && defined(ICE_API_EXPORTS)
Expand Down

0 comments on commit a5b1ad5

Please sign in to comment.