diff --git a/configure.ac b/configure.ac index 1f334652..d5a10b99 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([Partclone],[0.3.28],[thomas@clonezilla.org]) +AC_INIT([Partclone],[0.3.31],[thomas@clonezilla.org]) AM_INIT_AUTOMAKE([-Wall foreign]) AM_GNU_GETTEXT_VERSION([0.16.1]) AM_GNU_GETTEXT([external]) diff --git a/src/version.h b/src/version.h index 0536509a..5eafab8b 100644 --- a/src/version.h +++ b/src/version.h @@ -3,5 +3,5 @@ * WHETHER THEY ARE BUILT BY OTHERS OR DURING DEVELOPMENT OR FOR THE * OFFICIAL PARTCLONE RELEASES. */ -#define git_version "0.3.29-12-ged0044d" +#define git_version "0.3.30-1-gc91d119" diff --git a/toolbox b/toolbox index 1526b715..b5695373 100755 --- a/toolbox +++ b/toolbox @@ -167,7 +167,7 @@ then scriptdir=`dirname "$0"` file="$scriptdir/src/version.h" GIT_REPOSITORY=`git remote -v | grep partclone` - GIT_REVISION=`git describe --abbrev=7 --dirty --always --tags` + GIT_REVISION=`git describe --abbrev=7 --always --tags` git_ver="none" if [ "${GIT_REPOSITORY}" = "" ];