Skip to content

Commit

Permalink
Version: Rebrand the kernel
Browse files Browse the repository at this point in the history
Signed-off-by: Harish <[email protected]>
  • Loading branch information
Codecity001 committed Jun 13, 2022
1 parent d797e5d commit 7c53afd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pack.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/bash

# Kernel version configuration
KNAME="NeptuneKernel"
KNAME="NeptunePlayground"
MIN_HEAD=$(git rev-parse HEAD)
VERSION="$(cat version)-$(date +%m.%d.%y)-$(echo ${MIN_HEAD:0:8})"
VERSION="$(cat version)-$(date +%m.%d.%y-%H%M)"
ZIPNAME="${KNAME}-$(cat version)-$(echo $(date +%d.%m.%Y-%H%M))"

export LOCALVERSION="-${KNAME}-$(echo "${VERSION}")"
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
R-FBEv2-osshwc
V1.0

0 comments on commit 7c53afd

Please sign in to comment.