Skip to content

Commit

Permalink
rev and date
Browse files Browse the repository at this point in the history
  • Loading branch information
esb-dev committed Jan 15, 2020
1 parent 1d14b1f commit 36f6c9b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lwb.iml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<module cursive.leiningen.project.LeiningenProjectsManager.displayName="lwb:2.1.4" cursive.leiningen.project.LeiningenProjectsManager.isLeinModule="true" type="JAVA_MODULE" version="4">
<module cursive.leiningen.project.LeiningenProjectsManager.displayName="lwb:2.1.5" cursive.leiningen.project.LeiningenProjectsManager.isLeinModule="true" type="JAVA_MODULE" version="4">
<component name="EclipseModuleManager">
<libelement value="file://target/classes" />
<conelement value="ccw.LEININGEN_CONTAINER" />
Expand Down
6 changes: 3 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
@@ -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"}
Expand Down
4 changes: 2 additions & 2 deletions src/lwb/consts.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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))

0 comments on commit 36f6c9b

Please sign in to comment.