Skip to content

Commit 44afcaa

Browse files
committed
bump version to 0.3
Signed-off-by: Jonas Johansson <[email protected]>
1 parent d63e433 commit 44afcaa

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4-
## [Unreleased]
4+
## [0.3] - 2016-06-21
55
### Added
66
- Write support for tables.
77
- API documentation in Doxygen.
88
- Simplified table handle creation.
99
- Ability to change cache timeout value.
1010
- Updated examples with subagent support.
1111
- Unit tests.
12+
1213
### Fixed
1314
- OS X Clang compilation.
1415

@@ -25,5 +26,5 @@ All notable changes to this project will be documented in this file.
2526
### Added
2627
- Initial release.
2728

28-
[Unreleased]: https://github.com/jonasj76/libnsh/compare/v0.2...HEAD
29+
[0.3]: https://github.com/jonasj76/libnsh/compare/v0.2...v0.3
2930
[0.2]: https://github.com/jonasj76/libnsh/compare/v0.1...v0.2

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_PREREQ([2.61])
2-
AC_INIT([libnsh], [0.2], [https://github.com/jonasj76/libnsh/issues])
2+
AC_INIT([libnsh], [0.3], [https://github.com/jonasj76/libnsh/issues])
33

44
AM_INIT_AUTOMAKE([foreign -Wall -Werror])
55

doc/doxygen.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "libnsh"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 0.2
41+
PROJECT_NUMBER = 0.3
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

src/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ pkginclude_HEADERS = nsh.h scalar.h table.h private.h deprecated.h
55

66
lib_LTLIBRARIES = libnsh.la
77
libnsh_la_SOURCES = scalar.c table.c
8-
libnsh_la_LDFLAGS = -version-info 2:0:2
8+
libnsh_la_LDFLAGS = -version-info 3:0:3

0 commit comments

Comments
 (0)