dev-scheme/gambit: fix version stamp for 4.9.4

Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć
2022-07-17 02:53:55 +02:00
parent a5ae4e9b7a
commit d17b3c4be7
2 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
--- a/include/stamp-release.h
+++ b/include/stamp-release.h
@@ -7,7 +7,7 @@
*/
#ifndef ___STAMP_RELEASE_VERSION
-#define ___STAMP_RELEASE_VERSION "v4.9.3"
+#define ___STAMP_RELEASE_VERSION "v4.9.4"
#endif
#ifndef ___STAMP_RELEASE_YMD

View File

@@ -22,6 +22,8 @@ BDEPEND="
emacs? ( >=app-editors/emacs-23.1:* )
"
PATCHES=( "${FILESDIR}"/${P}-stamp-release-version.patch )
DOCS=( INSTALL.txt README README.md )
SITEFILE="50gambit-gentoo.el"