Skip to content

Commit

Permalink
Release v0.7.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
tkem committed Jul 22, 2021
1 parent a4396bf commit a2f4644
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ builds.

## License

Copyright (c) 2015-2020 Thomas Kemmer
Copyright (c) 2015-2021 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.7.3], [[email protected]])
AC_INIT([fsmlite], [0.7.4], [[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-2020', author)
copyright = '%s, %s' % ('2015-2021', 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-2020 Thomas Kemmer
* Copyright (c) 2015-2021 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 a2f4644

Please sign in to comment.