From 13d04673b06844d60dd255194a43b82c9e5061ac Mon Sep 17 00:00:00 2001 From: Francois Gygi Date: Wed, 12 Sep 2018 21:42:02 -0700 Subject: [PATCH] rel1_66_2 --- src/notes | 5 +++++ src/release.C | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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"); } -- libgit2 0.26.0