Skip to content

Commit

Permalink
Draft 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
johnramsden committed Jun 9, 2024
1 parent 0e5864e commit b6f07ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.10)

project(zectl LANGUAGES C VERSION 0.1.4 DESCRIPTION "BE Manager")
project(zectl LANGUAGES C VERSION 0.1.5 DESCRIPTION "BE Manager")

set (CMAKE_C_STANDARD 11)

Expand Down
2 changes: 1 addition & 1 deletion packaging/arch/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: John Ramsden <johnramsden [at] riseup [dot] net>

pkgname=zectl
pkgver=0.1.4
pkgver=0.1.5
pkgrel=1
pkgdesc="ZFS Boot Environment manager."
url="http://github.com/johnramsden/${pkgname}"
Expand Down
2 changes: 1 addition & 1 deletion src/zectl.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#include <string.h>

char const *const ZE_PROGRAM = "zectl";
char const *const ZECTL_VERSION = "0.1.4";
char const *const ZECTL_VERSION = "0.1.5";

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

0 comments on commit b6f07ba

Please sign in to comment.