mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 01:16:28 -04:00
https://github.com/tibirna/qgit/releases/tag/qgit-2.8 Version 2.8 releases fixes for a set of issues that were reported and/or solved by QGit contributors in the last year. Most notably, the file browsing was fixed. A set of issues with compilation on Windows was also addressed. Breakage of keybindings and menu item accelerators was also sorted out. The new patch in files/ is there because the release forgot to update the version number (reported upstream). Reported by: portsmon
12 lines
304 B
C
12 lines
304 B
C
--- src/config.h.orig 2018-05-21 16:21:27 UTC
|
|
+++ src/config.h
|
|
@@ -17,7 +17,7 @@
|
|
#define PACKAGE_TARNAME "qgit"
|
|
|
|
/* Define to the version of this package. */
|
|
-#define PACKAGE_VERSION "2.7"
|
|
+#define PACKAGE_VERSION "2.8"
|
|
|
|
/* Version number of package */
|
|
-#define VERSION "2.7"
|
|
+#define VERSION "2.8"
|