Skip to content

Commit

Permalink
Updated version number to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ayurchen committed Nov 25, 2013
1 parent 6ec8def commit cc928c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- added -l|--linger option to disable socket lingering after connection close.
- must be builadble on FreeBSD now.
- various small compilation fixes and such.
Version 1.0.1

2013-03-15 alex
- Fixed issue with LD_PRELOAD and GLB environment variables being inherited
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.50)
AC_INIT(glb, 1.0.0, info@codership.com)
AC_INIT(glb, 1.0.1, info@codership.com)
AC_CONFIG_SRCDIR([src/glb_main.c])
AC_CONFIG_HEADER([config.h])
AC_CANONICAL_SYSTEM
Expand Down

0 comments on commit cc928c8

Please sign in to comment.