File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.10 )
22
3- project (zectl LANGUAGES C VERSION 0.1.3 DESCRIPTION "BE Manager" )
3+ project (zectl LANGUAGES C VERSION 0.1.4 DESCRIPTION "BE Manager" )
44
55set (CMAKE_C_STANDARD 11)
66
Original file line number Diff line number Diff line change 11# Maintainer: John Ramsden <johnramsden [at] riseup [dot] net>
22
33pkgname=zectl
4- pkgver=0.1.3
5- pkgrel=2
4+ pkgver=0.1.4
5+ pkgrel=1
66pkgdesc=" ZFS Boot Environment manager."
77url=" http://github.com/johnramsden/${pkgname} "
88arch=(' any' )
Original file line number Diff line number Diff line change 1515#include <string.h>
1616
1717char const * const ZE_PROGRAM = "zectl" ;
18- char const * const ZECTL_VERSION = "0.1.3 " ;
18+ char const * const ZECTL_VERSION = "0.1.4 " ;
1919
2020/* Function pointer to command */
2121typedef libze_error (* command_func )(libze_handle * lzeh , int argc , char * * argv );
You can’t perform that action at this time.
0 commit comments