Version 0.22

This commit is contained in:
Lars Jung 2012-10-14 18:38:34 +02:00
parent ba911bd09c
commit a23df9ffb8
2 changed files with 2 additions and 2 deletions

View file

@ -58,7 +58,7 @@ It profits from these great projects:
## Changelog ## Changelog
(**h5ai** uses [semantic versioning](http://semver.org/)) (**h5ai** uses [semantic versioning](http://semver.org/))
### v0.22 - *2012-??-??* ### v0.22 - *2012-10-14*
* general changes h5ai directory layout and configuration * general changes h5ai directory layout and configuration
* splits configuration file (`config.json`) into files `options.json`, `types.json` and `langs.json` * splits configuration file (`config.json`) into files `options.json`, `types.json` and `langs.json`

View file

@ -1,6 +1,6 @@
{ {
"name": "h5ai", "name": "h5ai",
"version": "0.22-dev", "version": "0.22",
"description": "a modern HTTP web server index", "description": "a modern HTTP web server index",
"url": "http://larsjung.de/h5ai/", "url": "http://larsjung.de/h5ai/",
"author": "Lars Jung", "author": "Lars Jung",