mirror of https://github.com/xzeldon/htop.git
Bump version to 3.0.0beta4
This commit is contained in:
parent
6fe06fb7e5
commit
5c6d7cca3e
|
@ -2,7 +2,7 @@
|
|||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ(2.65)
|
||||
AC_INIT([htop],[3.0.0beta3],[hisham@gobolinux.org])
|
||||
AC_INIT([htop],[3.0.0beta4],[hisham@gobolinux.org])
|
||||
|
||||
SOURCE_DATE_EPOCH="${SOURCE_DATE_EPOCH:-$(date +%s)}"
|
||||
year=$(date -u -d "@$SOURCE_DATE_EPOCH" "+%Y" 2>/dev/null || date -u -r "$SOURCE_DATE_EPOCH" "+%Y" 2>/dev/null || date -u "+%Y")
|
||||
|
|
Loading…
Reference in New Issue