Skip to content

Commit

Permalink
version bump to 0.4.2 - now supports proper Debian packaging
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net>
  • Loading branch information
hartkopp committed Feb 19, 2015
1 parent 484c50c commit 8339e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.61])
AC_INIT([socketcand], [0.4.1], [https://github.com/dschanoeh/socketcand/issues])
AC_INIT([socketcand], [0.4.2], [https://github.com/dschanoeh/socketcand/issues])
AC_CONFIG_HEADER([config.h])
AC_CONFIG_SRCDIR([state_bcm.c])

Expand Down

3 comments on commit 8339e62

@yegorich
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about creating a tag for 0.4.2?

@hartkopp
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dschanoeh
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for catching that, guys. I just pushed the tags :).

Please sign in to comment.