From d1b7bfeaae61787f7da1a53ca8568c0559a338d1 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 15 May 2015 10:18:44 +0300 Subject: [PATCH] Bump loolwsd version to 1.0.1 I have made a pseudo-release tarball (for internal testing purposed) with the version 1.0.0. Use the following policy for versioning: When doing a release tarball, bump the version in configure.ac so that the third (micro) version number is even. Don't commit that to git, but do run make dist. After you have the tarball, bump the micro version number again to an odd number. Commit. This way, anything from git will always have an odd micro version number. --- loolwsd/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loolwsd/configure.ac b/loolwsd/configure.ac index d1e77b001..dea7c27de 100644 --- a/loolwsd/configure.ac +++ b/loolwsd/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ([2.69]) -AC_INIT([loolwsd], [1.0], [libreoffice@collabora.com]) +AC_INIT([loolwsd], [1.0.1], [libreoffice@collabora.com]) AM_INIT_AUTOMAKE([1.11 silent-rules])