Skip to content

Commit

Permalink
update configure.ac and set version 0.3.31; release 0.3.31
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-Tsai committed Jun 21, 2024
1 parent c91d119 commit f5dbe57
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([Partclone],[0.3.28],[[email protected]])
AC_INIT([Partclone],[0.3.31],[[email protected]])
AM_INIT_AUTOMAKE([-Wall foreign])
AM_GNU_GETTEXT_VERSION([0.16.1])
AM_GNU_GETTEXT([external])
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"

2 changes: 1 addition & 1 deletion toolbox
Original file line number Diff line number Diff line change
Expand Up @@ -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}" = "" ];
Expand Down

0 comments on commit f5dbe57

Please sign in to comment.