Skip to content

Commit e549434

Browse files
committed
versions
1 parent 7b57620 commit e549434

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
lazy val commonSettings = Seq(
33
name := "Princess",
44
organization := "uuverifiers",
5-
version := "2023-06-19",
5+
version := "2024-01-12",
66
homepage := Some(url("https://philipp.ruemmer.org/princess.shtml")),
77
licenses := Seq("BSD-3-Clause" -> url("https://opensource.org/licenses/BSD-3-Clause")),
88
scmInfo := Some(ScmInfo(

src/ap/CmdlMain.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* arithmetic with uninterpreted predicates.
44
* <http://www.philipp.ruemmer.org/princess.shtml>
55
*
6-
* Copyright (C) 2009-2023 Philipp Ruemmer <[email protected]>
6+
* Copyright (C) 2009-2024 Philipp Ruemmer <[email protected]>
77
*
88
* Redistribution and use in source and binary forms, with or without
99
* modification, are permitted provided that the following conditions are met:
@@ -50,7 +50,7 @@ import ap.util.{Debug, Seqs, Timeout}
5050

5151
object CmdlMain {
5252

53-
val version = "2023-06-19"
53+
val version = "2024-01-12"
5454

5555
/**
5656
* Flag to enable stack traces being fully printed, for problems
@@ -68,7 +68,7 @@ object CmdlMain {
6868
println("A Theorem Prover for First-Order Logic modulo Linear Integer Arithmetic")
6969
println("(" + version + ")")
7070
println
71-
println("(c) Philipp Rümmer, 2009-2023")
71+
println("(c) Philipp Rümmer, 2009-2024")
7272
println("Contributors: Peter Backeman, Peter Baumgartner, Angelo Brillout, Zafer Esen,")
7373
println(" Amanda Stjerna.")
7474
println("Free software under BSD-3-Clause.")

0 commit comments

Comments
 (0)