Skip to content

Commit a34b53c

Browse files
committed
bump version to 0.25.0
1 parent 8ef163d commit a34b53c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

code/main.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@
4545
void showVersion()
4646
{
4747
#ifdef NO_PM_COMPRESSION
48-
std::cout << "Private Message Database, version 0.24.1~no-compression, 2015-10-09\n";
48+
std::cout << "Private Message Database, version 0.25.0~no-compression, 2025-10-22\n";
4949
#else
50-
std::cout << "Private Message Database, version 0.24.1, 2015-10-09\n";
50+
std::cout << "Private Message Database, version 0.25.0, 2015-10-22\n";
5151
#endif
5252
showLibraryVersions();
5353
std::cout << '\n'
54-
<< "Copyright (C) 2012, 2013, 2014, 2015 Dirk Stolle\n"
54+
<< "Copyright (C) 2012, 2013, 2014, 2015, 2025 Dirk Stolle\n"
5555
<< "License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>\n"
5656
<< "This is free software: you are free to change and redistribute it under the\n"
5757
<< "terms of the GNU General Public License version 3 or any later version.\n"

debian/changelog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
pmdb (0.24.1-1) UNRELEASED; urgency=medium
1+
pmdb (0.25.0-1) UNRELEASED; urgency=medium
22

33
* Initial release.
44

5-
-- Dirk Stolle <striezel-dev@web.de> Tue, 02 Sep 2025 01:23:45 +0200
5+
-- Dirk Stolle <striezel-dev@web.de> Wed, 22 Oct 2025 23:19:44 +0200

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ For information how to build pmdb on Windows, see the
136136

137137
## Copyright and Licensing
138138

139-
Copyright 2012-2015 Dirk Stolle
139+
Copyright 2012-2015, 2025 Dirk Stolle
140140

141141
This program is free software: you can redistribute it and/or modify
142142
it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)