Skip to content

Commit 6942dbb

Browse files
committed
v1.97010_b6000_IKLpr624_RMv1.14.9m
1 parent e69a598 commit 6942dbb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

koboldcpp.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@
7676
# extra_images_max = 4
7777

7878
# global vars
79-
KcppVersion = "1.97000"
80-
LcppVersion = "b5987"
79+
KcppVersion = "1.97010"
80+
LcppVersion = "b6000"
8181
IKLcppVersion = "IKLpr624"
8282
EsoboldVersion = "RMv1.14.9m"
8383
CudaSpecifics = "Cu128_Ar86_SMC2_DmmvX32Y1"
84-
ReleaseDate = "2025/07/25"
84+
ReleaseDate = "2025/07/27"
8585
showdebug = True
8686
# guimode = False
8787

version.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
VSVersionInfo(
22
ffi=FixedFileInfo(
3-
filevers=(1, 92105, 0, 0),
4-
prodvers=(1, 92105, 0, 0),
3+
filevers=(1, 97010, 0, 0),
4+
prodvers=(1, 97010, 0, 0),
55
mask=0x3f,
66
flags=0x0,
77
OS=0x4,
@@ -21,7 +21,7 @@ VSVersionInfo(
2121
StringStruct(u'LegalCopyright', u'Croco.CppIsFreeAndOpenSource-AGPLv3'),
2222
StringStruct(u'OriginalFilename', u'Croco.Cpp.exe'),
2323
StringStruct(u'ProductName', u'Croco.Cpp'),
24-
StringStruct(u'ProductVersion', u'0.0.0.0'),
24+
StringStruct(u'ProductVersion', u'1.97010.0.0'),
2525
]
2626
)
2727
]

0 commit comments

Comments
 (0)