Skip to content

Commit

Permalink
releng for v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuho committed Feb 18, 2015
1 parent 8f42f0c commit 2cee0cd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,6 +1,6 @@
Revision history for H2O.

0.9.3 TBD
1.0.0 2015-02-18 20:01:00+0000
- [core] add redirect handler #150 (Kazuho Oku)
- [core] add `pid-file` directive for specifying the pid file #164 (Kazuho Oku)
- [core] connections accepted by host-specific listeners should not be handled by handlers of other hosts #163 (Kazuho Oku)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -7,7 +7,7 @@ Copyright (c) 2014,2015 [DeNA Co., Ltd.](http://dena.com/), [Kazuho Oku](https:/

H2O is a very fast HTTP server written in C. It can also be used as a library.

This is the README for H2O version 0.9.3-alpha1 (HEAD).
This is the README for H2O version 1.0.0.

### License

Expand Down
10 changes: 5 additions & 5 deletions include/h2o/version.h
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2014 DeNA Co., Ltd.
* Copyright (c) 2014,2015 DeNA Co., Ltd.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
Expand All @@ -22,11 +22,11 @@
#ifndef h2o__version_h
#define h2o__version_h

#define H2O_VERSION "0.9.3-alpha1"
#define H2O_VERSION "1.0.0"

#define H2O_VERSION_MAJOR 0
#define H2O_VERSION_MINOR 9
#define H2O_VERSION_PATCH 3
#define H2O_VERSION_MAJOR 1
#define H2O_VERSION_MINOR 0
#define H2O_VERSION_PATCH 0

#define H2O_LIBRARY_VERSION_MAJOR 0
#define H2O_LIBRARY_VERSION_MINOR 9
Expand Down

0 comments on commit 2cee0cd

Please sign in to comment.