Skip to content

Commit

Permalink
Bump version to 0.3.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
hack3ric committed Mar 28, 2024
1 parent df05f8a commit 4369043
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
mimic (0.3.0-alpha-1) UNRELEASED; urgency=medium

* New upstream release

-- Eric Long <[email protected]> Thu, 28 Mar 2024 21:16:53 +0800

mimic (0.2.1-1) unstable; urgency=medium

* New upstream release.
Expand Down
2 changes: 1 addition & 1 deletion debian/patches/dkms-use-debian-hack.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
+++ b/src/kmod/dkms.conf
@@ -1,6 +1,6 @@
PACKAGE_NAME="mimic"
PACKAGE_VERSION="0.2.1"
PACKAGE_VERSION="0.3.0-alpha"
-MAKE[0]="make KERNEL_UNAME=$kernelver"
+MAKE[0]="make KERNEL_UNAME=$kernelver DEBIAN_HACK_RESOLVE_BTFIDS_PATH=/usr/lib/mimic/resolve_btfids"
CLEAN="make clean"
Expand Down
2 changes: 1 addition & 1 deletion src/args.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include "mimic.h"
#include "shared/gettext.h"

const char* argp_program_version = "0.2.1";
const char* argp_program_version = "0.3.0-alpha";
const char* argp_program_bug_address = "https://github.com/hack3ric/mimic/issues";

/* mimic (global options) */
Expand Down
2 changes: 1 addition & 1 deletion src/kmod/dkms.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PACKAGE_NAME="mimic"
PACKAGE_VERSION="0.2.1"
PACKAGE_VERSION="0.3.0-alpha"
MAKE[0]="make KERNEL_UNAME=$kernelver"
CLEAN="make clean"
BUILT_MODULE_NAME[0]="mimic"
Expand Down

0 comments on commit 4369043

Please sign in to comment.