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.
This commit is contained in:
parent
4bff5fef73
commit
d1b7bfeaae
1 changed files with 1 additions and 1 deletions
|
@ -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])
|
||||
|
||||
|
|
Loading…
Reference in a new issue