Skip to content

Commit f4e367a

Browse files
committed
Bump version to 0.1.1
1 parent edef276 commit f4e367a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.10)
22

3-
project(zectl LANGUAGES C VERSION 0.1.0 DESCRIPTION "ZE ZFS library")
3+
project(zectl LANGUAGES C VERSION 0.1.1 DESCRIPTION "BE Manager")
44

55
set (CMAKE_C_STANDARD 11)
66

packaging/arch/PKGBUILD

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Maintainer: John Ramsden <johnramsden [at] riseup [dot] net>
22

33
pkgname=zectl
4-
pkgver=0.1.0
4+
pkgver=0.1.1
55
pkgrel=1
66
pkgdesc="ZFS Boot Environment manager."
77
url="http://github.com/johnramsden/${pkgname}"
@@ -14,7 +14,7 @@ conflicts=("${pkgname}-git")
1414
source=(${pkgname}-${pkgver}.tar.gz)
1515
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/johnramsden/${pkgname}/archive/v${pkgver}.tar.gz")
1616

17-
sha256sums=('d3612803043761113ac1e7c6a34f27f5c22a2f175dc93d255de47805281a6a30')
17+
sha256sums=(SKIP) # Replace on update
1818

1919
build() {
2020
cd "${srcdir}/${pkgname}-${pkgver}"

src/zectl.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#include <string.h>
1717

1818
char const *const ZE_PROGRAM = "zectl";
19-
char const *const ZECTL_VERSION = "0.1.0";
19+
char const *const ZECTL_VERSION = "0.1.1";
2020

2121
/* Function pointer to command */
2222
typedef libze_error (*command_func)(libze_handle *lzeh, int argc, char **argv);

0 commit comments

Comments
 (0)