From 07b367619a6176a06d9a0ddeb796a92b14560388 Mon Sep 17 00:00:00 2001 From: Francois Gygi Date: Sat, 2 May 2020 16:46:55 -0700 Subject: [PATCH] rel1_69_1 --- src/notes | 6 ++++++ src/release.C | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/notes b/src/notes index bcdb4c6..0ce68b3 100644 --- a/src/notes +++ b/src/notes @@ -1,4 +1,10 @@ -------------------------------------------------------------------------------- +rel1_69_1 +-------------------------------------------------------------------------------- +cb15c6c Fix output formatting in SpectrumCmd.C +94915e6 Fix gaussian normalization in SpectrumCmd.C +9f4d98f Remove tabs in ExchangeOperator.C +-------------------------------------------------------------------------------- rel1_69_0 -------------------------------------------------------------------------------- beb8bee Cleanup trailing spaces in util scripts diff --git a/src/release.C b/src/release.C index 839caa3..8f23a93 100644 --- a/src/release.C +++ b/src/release.C @@ -19,5 +19,5 @@ #include "release.h" std::string release(void) { - return std::string("rel1_69_0dev"); + return std::string("rel1_69_1"); } -- libgit2 0.26.0