Skip to content

Commit

Permalink
versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pruemmer committed Jan 12, 2024
1 parent 7b57620 commit e549434
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -2,7 +2,7 @@
lazy val commonSettings = Seq(
name := "Princess",
organization := "uuverifiers",
version := "2023-06-19",
version := "2024-01-12",
homepage := Some(url("https://philipp.ruemmer.org/princess.shtml")),
licenses := Seq("BSD-3-Clause" -> url("https://opensource.org/licenses/BSD-3-Clause")),
scmInfo := Some(ScmInfo(
Expand Down
6 changes: 3 additions & 3 deletions src/ap/CmdlMain.scala
Expand Up @@ -3,7 +3,7 @@
* arithmetic with uninterpreted predicates.
* <http://www.philipp.ruemmer.org/princess.shtml>
*
* Copyright (C) 2009-2023 Philipp Ruemmer <ph_r@gmx.net>
* Copyright (C) 2009-2024 Philipp Ruemmer <ph_r@gmx.net>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
Expand Down Expand Up @@ -50,7 +50,7 @@ import ap.util.{Debug, Seqs, Timeout}

object CmdlMain {

val version = "2023-06-19"
val version = "2024-01-12"

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

0 comments on commit e549434

Please sign in to comment.