Skip to content

Commit

Permalink
configure.ac: fix version for 0.103.1
Browse files Browse the repository at this point in the history
After installing 0.103.1, "My Settings" "About my Computer" shows
0.102.0, because jarabe/config.py was unchanged, because configure.ac
was not changed before release.

Change configure.ac for most recent release.

Please also add SUCROSE_VERSION to any release checklist.
  • Loading branch information
quozl committed Dec 26, 2014
1 parent 64b4b2f commit 7bad32d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -5,7 +5,7 @@ AC_PREREQ([2.59])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([configure.ac])

SUCROSE_VERSION="0.102.0"
SUCROSE_VERSION="0.103.1"
AC_SUBST(SUCROSE_VERSION)

AM_INIT_AUTOMAKE([1.9 foreign dist-xz no-dist-gzip])
Expand Down

0 comments on commit 7bad32d

Please sign in to comment.