File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed
Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 11Change Log for libSplash
22================================================================
33
4+ Release 1.2.2
5+ -------------
6+ ** Date:** 2014-06-21
7+
8+ That release was necessary since we forgot to bump the version
9+ number in <splash/version.hpp> with the last release.
10+
11+
412Release 1.2.1
513-------------
614** Date:** 2014-06-20
Original file line number Diff line number Diff line change 22 * Copyright 2013-2014 Felix Schmitt, Axel Huebl
33 *
44 * This file is part of libSplash.
5- *
5+ *
66 * libSplash is free software: you can redistribute it and/or modify
77 * it under the terms of of either the GNU General Public License or
88 * the GNU Lesser General Public License as published by
99 * the Free Software Foundation, either version 3 of the License, or
10- * (at your option) any later version.
10+ * (at your option) any later version.
11+ *
1112 * libSplash is distributed in the hope that it will be useful,
1213 * but WITHOUT ANY WARRANTY; without even the implied warranty of
1314 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1415 * GNU General Public License and the GNU Lesser General Public License
1516 * for more details.
16- *
17+ *
1718 * You should have received a copy of the GNU General Public License
1819 * and the GNU Lesser General Public License along with libSplash.
1920 * If not, see <http://www.gnu.org/licenses/>.
2526/* * the splash version reflects the changes in API */
2627#define SPLASH_VERSION_MAJOR 1
2728#define SPLASH_VERSION_MINOR 2
28- #define SPLASH_VERSION_PATCH 0
29+ #define SPLASH_VERSION_PATCH 2
2930
3031/* * we can always handle files from the same major release
3132 * changes in the minor number have to be backwards compatible
You can’t perform that action at this time.
0 commit comments