Skip to content

Commit b6f07ba

Browse files
committed
Draft 0.1.5
1 parent 0e5864e commit b6f07ba

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.4 DESCRIPTION "BE Manager")
3+
project(zectl LANGUAGES C VERSION 0.1.5 DESCRIPTION "BE Manager")
44

55
set (CMAKE_C_STANDARD 11)
66

packaging/arch/PKGBUILD

+1-1
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.4
4+
pkgver=0.1.5
55
pkgrel=1
66
pkgdesc="ZFS Boot Environment manager."
77
url="http://github.com/johnramsden/${pkgname}"

src/zectl.c

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

1717
char const *const ZE_PROGRAM = "zectl";
18-
char const *const ZECTL_VERSION = "0.1.4";
18+
char const *const ZECTL_VERSION = "0.1.5";
1919

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

0 commit comments

Comments
 (0)