Skip to content

Commit 70f4aaa

Browse files
committed
버전 정보 수정
1 parent 5ca8429 commit 70f4aaa

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

VibeCulling.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def setup_logger():
115115
logger.addHandler(console_handler)
116116

117117
# 버전 및 시작 메시지 로깅
118-
logging.info("VibeCulling 시작 (버전: 25.08.05)")
118+
logging.info("VibeCulling 시작 (버전: 25.08.06)")
119119

120120
return logger
121121
# 로거 초기화
@@ -8824,7 +8824,7 @@ def create_translated_info_text(self):
88248824

88258825
info_text = f"""
88268826
<h2 style="color: {accent_color};">VibeCulling</h2>
8827-
<p style="margin-bottom: {version_margin}px;">Version: 25.08.05</p>
8827+
<p style="margin-bottom: {version_margin}px;">Version: 25.08.06</p>
88288828
<p>{LanguageManager.translate("자유롭게 사용, 수정, 배포할 수 있는 오픈소스 소프트웨어입니다.")}</p>
88298829
<p>{LanguageManager.translate("AGPL-3.0 라이선스 조건에 따라 소스 코드 공개 의무가 있습니다.")}</p>
88308830
<p style="margin-bottom: {paragraph_margin}px;">{LanguageManager.translate("이 프로그램이 마음에 드신다면, 커피 한 잔으로 응원해 주세요.")}</p>

version.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ VSVersionInfo(
66
ffi=FixedFileInfo(
77
# filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4)
88
# Set not needed items to 0
9-
filevers=(25, 8, 5, 0),
10-
prodvers=(25, 8, 5, 0),
9+
filevers=(25, 8, 6, 0),
10+
prodvers=(25, 8, 6, 0),
1111
# Contains a bitmask that specifies the valid bits 'flags'r
1212
mask=0x3f,
1313
# Contains a bitmask that specifies the Boolean attributes of the file.
@@ -31,12 +31,12 @@ VSVersionInfo(
3131
u'040904B0',
3232
[StringStruct(u'CompanyName', u'newboon'),
3333
StringStruct(u'FileDescription', u'Photo Culling Application'),
34-
StringStruct(u'FileVersion', u'25.08.05'),
34+
StringStruct(u'FileVersion', u'25.08.06'),
3535
StringStruct(u'InternalName', u'VibeCulling'),
3636
StringStruct(u'LegalCopyright', u'Copyright © 2025 newboon'),
3737
StringStruct(u'OriginalFilename', u'VibeCulling.exe'),
3838
StringStruct(u'ProductName', u'VibeCulling'),
39-
StringStruct(u'ProductVersion', u'25.08.05')])
39+
StringStruct(u'ProductVersion', u'25.08.06')])
4040
]),
4141
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
4242
]

version_info.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# build_mac_app.sh 스크립트에서 사용됩니다.
33

44
# 파일 버전 정보
5-
FileVersion='25.08.05'
6-
ProductVersion='25.08.05'
5+
FileVersion='25.08.06'
6+
ProductVersion='25.08.06'
77

88
# 애플리케이션 정보
99
AppName='VibeCulling'

0 commit comments

Comments
 (0)