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

Commit 35ed41b

Browse files
committed
Version bumps
1 parent 4fe4a1a commit 35ed41b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.1.0
41+
PROJECT_NUMBER = 6.2.0
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

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

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

src/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ librepsheet_la_SOURCES = librepsheet.c \
1010
xff.c \
1111
vector.c \
1212
check_cidr.c
13-
librepsheet_la_LDFLAGS = -lm -lhiredis -version-info 6:0:0
13+
librepsheet_la_LDFLAGS = -lm -lhiredis -version-info 7:0:1
1414
librepsheet_la_CFLAGS = -std=c99
1515

0 commit comments

Comments
 (0)