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

Commit 0e6103b

Browse files
committed
Version bumps and package updates
1 parent 63db0c7 commit 0e6103b

File tree

5 files changed

+15
-3
lines changed

5 files changed

+15
-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 = 3.2.0
41+
PROJECT_NUMBER = 4.0.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

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2015-04-07 Aaron Bedra <aaron@aaronbedra.com>
2+
3+
* 4.0.0: Unifies keyspace (Breaking changes)
4+
15
2014-12-08 Aaron Bedra <aaron@aaronbedra.com>
26

37
* 3.2.0: Fixes to CIDR support

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

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

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
librepsheet (4.0.0-1) unstable-security; urgency=medium
2+
3+
* Unifies keyspace (Breaking changes)
4+
5+
-- Aaron Bedra <aaron@aaronbedra.com> Tue, 07 Apr 2015 20:31:42 -0500
6+
17
librepsheet (3.2.0-1) unstable-security; urgency=low
28

39
* CIDR support fixes

rpmbuild/SPECS/librepsheet.spec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: repsheet
2-
Version: 3.2.0
2+
Version: 4.0.0
33
Release: 1
44
Summary: Core library
55
License: ASL 2.0
@@ -72,6 +72,8 @@ rm -rf $RPM_BUILD_ROOT
7272
%doc LICENSE
7373

7474
%changelog
75+
* Tue Apr 07 2015 Aaron Bedra <aaron@aaronbedra.com> - 4.0.0-1
76+
- Unifies Keyspace (Breaking changes)
7577
* Mon Dec 08 2014 Aaron Bedra <aaron@aaronbedra.com> - 3.2.0-1
7678
- Fixes CIDR support
7779
* Thu Oct 09 2014 Aaron Bedra <aaron@aaronbedra.com> - 3.1.0-1

0 commit comments

Comments
 (0)