From 36f6c9b0c4fe0ee2253b0ece5b897a7c887c5ae1 Mon Sep 17 00:00:00 2001 From: br Date: Wed, 15 Jan 2020 09:58:44 +0100 Subject: [PATCH] rev and date --- lwb.iml | 2 +- project.clj | 6 +++--- src/lwb/consts.clj | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lwb.iml b/lwb.iml index 639e6f5..1b0211d 100644 --- a/lwb.iml +++ b/lwb.iml @@ -1,5 +1,5 @@ - + diff --git a/project.clj b/project.clj index e9285b1..3996c02 100644 --- a/project.clj +++ b/project.clj @@ -1,14 +1,14 @@ ; lwb Logic WorkBench -- Project definition -; Copyright (c) 2014 - 2018 Burkhardt Renz, THM. All rights reserved. +; Copyright (c) 2014 - 2020 Burkhardt Renz, THM. All rights reserved. ; The use and distribution terms for this software are covered by the ; Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php). ; By using this software in any fashion, you are agreeing to be bound by ; the terms of this license. ; Remember: update rev and date in consts.clj too -(defproject lwb "2.1.4" - :date "2019-12-26" +(defproject lwb "2.1.5" + :date "2020-01-15" :description "lwb Logic WorkBench" :url "http://esb-dev.github.io/lwb.html" :scm {:name "git" :url "https://github.com/esb-lwb/lwb"} diff --git a/src/lwb/consts.clj b/src/lwb/consts.clj index be3392c..4732d24 100644 --- a/src/lwb/consts.clj +++ b/src/lwb/consts.clj @@ -10,10 +10,10 @@ (:require [clojure.edn :as edn])) (def ^:const - rev "2.1.2") + rev "2.1.5") (def ^:const - rev-date "2019-11-04") + rev-date "2020-01-15") (def ^:const welcome (str "This is lwb, Version " rev ", " rev-date))