Skip to content
This repository was archived by the owner on Aug 4, 2019. It is now read-only.

Commit 2f058b2

Browse files
committed
Version bump
1 parent 092dfa5 commit 2f058b2

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.doxygen

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

41-
PROJECT_NUMBER = 6.2.0
41+
PROJECT_NUMBER = 6.2.1
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

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2016-12-18 Aaron Bedra <aaron@aaronbedra.com>
2+
3+
* 6.2.1: FreeBSD support fixes
4+
15
2015-10-05 Aaron Bedra <aaron@aaronbedra.com>
26

37
* 6.2.0: Interface fixes (ABI current and age bump)

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([librepsheet], [6.2.0], [aaron@aaronbedra.com])
2+
AC_INIT([librepsheet], [6.2.1], [aaron@aaronbedra.com])
33
AC_CONFIG_HEADERS([config.h])
44

55
AM_INIT_AUTOMAKE([-Wall foreign subdir-objects])

0 commit comments

Comments
 (0)