Skip to content

Commit

Permalink
Update ChangeLog and bump version for v2.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
  • Loading branch information
troglobit committed Mar 6, 2016
1 parent c359d0a commit 103257e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions ChangeLog.md
Expand Up @@ -4,8 +4,8 @@ ChangeLog
All notable changes to the project are documented in this file.


[v2.0][UNRELEASED] - 2016-03-XX
-------------------------------
[v2.0][] - 2016-03-07
---------------------

Massive refactor to add support for acting as both sender and receiver
of multicast packets. This release makes mcjoin a standalone tool for
Expand Down Expand Up @@ -40,7 +40,7 @@ OnTime AS and later at Westermo. Based on the work by David Stevens
and developed further by Joachim Nilsson, on his spare time.


[UNRELEASED]: https://github.com/troglobit/mcjoin/compare/v1.5...HEAD
[UNRELEASED]: https://github.com/troglobit/mcjoin/compare/v2.0...HEAD
[v2.0]: https://github.com/troglobit/mcjoin/compare/1.5...2.0
[v1.5]: https://github.com/troglobit/mcjoin/compare/1.4...1.5
[v1.4]: https://github.com/troglobit/mcjoin/compare/1.3...1.4
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,4 +1,4 @@
AC_INIT(mcjoin, 2.0-beta3, https://github.com/troglobit/mcjoin/issues,, https://github.com/troglobit/mcjoin/)
AC_INIT(mcjoin, 2.0, https://github.com/troglobit/mcjoin/issues,, https://github.com/troglobit/mcjoin/)
AM_INIT_AUTOMAKE([1.11 foreign no-dist-gzip dist-xz])

AC_CONFIG_SRCDIR([mcjoin.c])
Expand Down

0 comments on commit 103257e

Please sign in to comment.