From 6fbedaad03c10c53e7d4037142c878c1f9c9a5a4 Mon Sep 17 00:00:00 2001 From: devops Date: Wed, 4 Oct 2023 21:07:03 +0000 Subject: [PATCH] Set Version: 6.0.132 --- install-k | 2 +- package/arch/PKGBUILD | 2 +- package/debian/changelog | 2 +- package/version | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/install-k b/install-k index 2c0e0776d4f..2518965c449 100755 --- a/install-k +++ b/install-k @@ -1,6 +1,6 @@ #!/bin/sh -e -K_VERSION=6.0.131 +K_VERSION=6.0.132 if [ `id -u` -ne 0 ]; then echo "$0: error: This script must be run as root." diff --git a/package/arch/PKGBUILD b/package/arch/PKGBUILD index 991b51b2e57..4e6807b4ea9 100644 --- a/package/arch/PKGBUILD +++ b/package/arch/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Dwight Guth pkgname=kframework-git -pkgver=6.0.131 +pkgver=6.0.132 pkgrel=1 epoch= pkgdesc="K framework toolchain. Includes K Framework compiler for K language definitions, and K interpreter and prover for programs written in languages defined in K." diff --git a/package/debian/changelog b/package/debian/changelog index 687497913b3..ac95158a725 100644 --- a/package/debian/changelog +++ b/package/debian/changelog @@ -1,4 +1,4 @@ -kframework (6.0.131) unstable; urgency=medium +kframework (6.0.132) unstable; urgency=medium * Initial Release. diff --git a/package/version b/package/version index ab39abad314..c738d6b591d 100644 --- a/package/version +++ b/package/version @@ -1 +1 @@ -6.0.131 +6.0.132