File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.10)
2
2
3
- project (zectl LANGUAGES C VERSION 0.1.4 DESCRIPTION "BE Manager" )
3
+ project (zectl LANGUAGES C VERSION 0.1.5 DESCRIPTION "BE Manager" )
4
4
5
5
set (CMAKE_C_STANDARD 11)
6
6
Original file line number Diff line number Diff line change 1
1
# Maintainer: John Ramsden <johnramsden [at] riseup [dot] net>
2
2
3
3
pkgname=zectl
4
- pkgver=0.1.4
4
+ pkgver=0.1.5
5
5
pkgrel=1
6
6
pkgdesc=" ZFS Boot Environment manager."
7
7
url=" http://github.com/johnramsden/${pkgname} "
Original file line number Diff line number Diff line change 15
15
#include <string.h>
16
16
17
17
char const * const ZE_PROGRAM = "zectl" ;
18
- char const * const ZECTL_VERSION = "0.1.4 " ;
18
+ char const * const ZECTL_VERSION = "0.1.5 " ;
19
19
20
20
/* Function pointer to command */
21
21
typedef libze_error (* command_func )(libze_handle * lzeh , int argc , char * * argv );
You can’t perform that action at this time.
0 commit comments