diff --git a/complx/version.h b/complx/version.h index e468212..6ecdcd6 100644 --- a/complx/version.h +++ b/complx/version.h @@ -2,6 +2,6 @@ #define VERSION_H namespace Version { - static const char FULLVERSION_STRING[] = "4.18.0"; + static const char FULLVERSION_STRING[] = "4.18.1"; } #endif