diff --git a/src/notes b/src/notes index 2f32795..6c9db46 100644 --- a/src/notes +++ b/src/notes @@ -1,4 +1,9 @@ -------------------------------------------------------------------------------- +rel1_66_2 +-------------------------------------------------------------------------------- +2fdf056 Fix Function3d byte swapping on big endian systems +f31f37e Fix check of argc in Vext.h +-------------------------------------------------------------------------------- rel1_66_1 -------------------------------------------------------------------------------- 2d07308 Add cstring header in FourierTransform.C diff --git a/src/release.C b/src/release.C index 10e412f..0290ccb 100644 --- a/src/release.C +++ b/src/release.C @@ -19,5 +19,5 @@ #include "release.h" std::string release(void) { - return std::string("1.66.1"); + return std::string("1.66.2"); }