Skip to content

Commit

Permalink
Bump to v11
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed May 14, 2024
1 parent e049548 commit 30e6eef
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.0)
project(pram
VERSION 10
VERSION 11
LANGUAGES NONE)

# Silence the warning about not having a compiler -- we are not using
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('pram',
version: '10',
version: '11',
license: 'GPL-2.0-or-later',
meson_version: '>=0.49.0')

Expand Down
2 changes: 1 addition & 1 deletion pram
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# (c) 2019-2024 Michał Górny
# SPDX-License-Identifier: GPL-2.0-or-later

VERSION=10
VERSION=11

die() {
echo "${@}" >&2
Expand Down
2 changes: 1 addition & 1 deletion pram.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH PRAM 9 "2020-04-25" "pram 9"
.TH PRAM 9 "2024-05-14" "pram 11"

.SH NAME
PRam \- Tool to ease merging Pull Requests and git patches
Expand Down

0 comments on commit 30e6eef

Please sign in to comment.