Skip to content

Commit

Permalink
Prepare v0.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
tkem committed Feb 3, 2019
1 parent 5cda39f commit 7247134
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015-2018 Thomas Kemmer
Copyright (c) 2015-2019 Thomas Kemmer

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ look at the [unit tests][4] for example usage.
## License
Copyright (c) 2015-2018 Thomas Kemmer
Copyright (c) 2015-2019 Thomas Kemmer
Licensed under the [MIT License (MIT)][5].
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.61])

AC_INIT([fsmlite], [0.4.0], [[email protected]])
AC_INIT([fsmlite], [0.5.0], [[email protected]])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AC_LANG([C++])
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def get_version(filename):
author = 'Thomas Kemmer'
version = get_version(b'../configure.ac')
release = version
copyright = '%s, %s' % ('2015-2018', author)
copyright = '%s, %s' % ('2015-2019', author)

master_doc = 'index'

Expand Down
2 changes: 1 addition & 1 deletion src/fsm.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2015-2018 Thomas Kemmer
* Copyright (c) 2015-2019 Thomas Kemmer
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
Expand Down

0 comments on commit 7247134

Please sign in to comment.