Skip to content
Snippets Groups Projects
Commit 37dad65c authored by Ashley Yakeley's avatar Ashley Yakeley
Browse files

Version 1.8.0.3, and changelog

parent a98b5a77
No related branches found
No related tags found
No related merge requests found
...@@ -72,6 +72,6 @@ Before release: ...@@ -72,6 +72,6 @@ Before release:
git merge master git merge master
git push git push
15. Restore local branch for next development: 15. Restore local branch for next development
git checkout master git checkout master
# Change Log # Change Log
## [1.8.0.3]
- Add "Quick start" documentation
## [1.8.0.2] ## [1.8.0.2]
- Fix behaviour of %Q in format - Fix behaviour of %Q in format
......
AC_INIT([Haskell time package], [1.8.0.2], [ashley@semantic.org], [time]) AC_INIT([Haskell time package], [1.8.0.3], [ashley@semantic.org], [time])
# Safety check: Ensure that we are in the correct source directory. # Safety check: Ensure that we are in the correct source directory.
AC_CONFIG_SRCDIR([lib/include/HsTime.h]) AC_CONFIG_SRCDIR([lib/include/HsTime.h])
......
name: time name: time
version: 1.8.0.2 version: 1.8.0.3
stability: stable stability: stable
license: BSD3 license: BSD3
license-file: LICENSE license-file: LICENSE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment