Skip to content

Commit dc8d468

Browse files
committed
Update version
1 parent e836907 commit dc8d468

File tree

7 files changed

+25
-25
lines changed

7 files changed

+25
-25
lines changed

build_msvc/BGL_config.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#define CLIENT_VERSION_MAJOR 1
1616

1717
/* Minor version */
18-
#define CLIENT_VERSION_MINOR 11
18+
#define CLIENT_VERSION_MINOR 12
1919

2020
/* Copyright holder(s) before %s replacement */
2121
#define COPYRIGHT_HOLDERS "The %s developers"
@@ -180,13 +180,13 @@
180180
#define PACKAGE_NAME "Bitgesell Core"
181181

182182
/* Define to the full name and version of this package. */
183-
#define PACKAGE_STRING "Bitgesell Core 0.1.11"
183+
#define PACKAGE_STRING "Bitgesell Core 0.1.12"
184184

185185
/* Define to the home page for this package. */
186186
#define PACKAGE_URL "https://bitgesell.ca/"
187187

188188
/* Define to the version of this package. */
189-
#define PACKAGE_VERSION "0.1.11"
189+
#define PACKAGE_VERSION "0.1.12"
190190

191191
/* Define this symbol if the minimal qt platform exists */
192192
#define QT_QPA_PLATFORM_MINIMAL 1

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
AC_PREREQ([2.60])
22
define(_CLIENT_VERSION_MAJOR, 0)
33
define(_CLIENT_VERSION_MINOR, 1)
4-
define(_CLIENT_VERSION_BUILD, 11)
4+
define(_CLIENT_VERSION_BUILD, 12)
55
define(_CLIENT_VERSION_RC, 0)
66
define(_CLIENT_VERSION_IS_RELEASE, true)
77
define(_COPYRIGHT_YEAR, 2024)

doc/man/Makefile

+5-5
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@ CCDEPMODE = depmode=gcc3
208208
CFLAGS = -g -O2
209209
CLIENT_VERSION_BUILD = 0
210210
CLIENT_VERSION_IS_RELEASE = false
211-
CLIENT_VERSION_MAJOR = 25
212-
CLIENT_VERSION_MINOR = 99
211+
CLIENT_VERSION_MAJOR = 1
212+
CLIENT_VERSION_MINOR = 12
213213
CLMUL_CXXFLAGS = -mpclmul
214214
COPYRIGHT_HOLDERS = The %s developers
215215
COPYRIGHT_HOLDERS_FINAL = The Bitgesell Core developers
@@ -320,10 +320,10 @@ OTOOL64 =
320320
PACKAGE = bitgesell
321321
PACKAGE_BUGREPORT = https://github.com/BitgesellOfficial/bitgesell/issues
322322
PACKAGE_NAME = Bitgesell Core
323-
PACKAGE_STRING = Bitgesell Core 0.1.11
323+
PACKAGE_STRING = Bitgesell Core 0.1.12
324324
PACKAGE_TARNAME = BGL
325325
PACKAGE_URL = https://bitgesell.ca/
326-
PACKAGE_VERSION = 0.1.11
326+
PACKAGE_VERSION = 0.1.12
327327
PATH_SEPARATOR = :
328328
PIC_FLAGS = -fPIC
329329
PIE_FLAGS = -fPIE
@@ -406,7 +406,7 @@ USE_BDB =
406406
USE_QRCODE =
407407
USE_SQLITE =
408408
USE_UPNP =
409-
VERSION = 0.1.11
409+
VERSION = 0.1.12
410410
WARN_CXXFLAGS = -Wall -Wextra -Wformat -Wformat-security -Wvla -Wredundant-decls -Wdate-time -Wduplicated-branches -Wduplicated-cond -Wlogical-op -Woverloaded-virtual -Wsuggest-override -Wimplicit-fallthrough
411411
WINDRES =
412412
X86_SHANI_CXXFLAGS = -msse4 -msha

share/qt/Info.plist

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
</array>
2323

2424
<key>NSHumanReadableCopyright</key>
25-
<string>0.1.11, Copyright © 2009-2024 The Bitgesell Core developers</string>
25+
<string>0.1.12, Copyright © 2009-2024 The Bitgesell Core developers</string>
2626

2727
<key>CFBundleShortVersionString</key>
28-
<string>0.1.11</string>
28+
<string>0.1.12</string>
2929

3030
<key>CFBundleVersion</key>
31-
<string>0.1.11</string>
31+
<string>0.1.12</string>
3232

3333
<key>CFBundleSignature</key>
3434
<string>????</string>

share/setup-BGL-win.nsi

+5-5
Original file line numberDiff line numberDiff line change
@@ -46,18 +46,18 @@ Var StartMenuGroup
4646
!insertmacro MUI_LANGUAGE English
4747

4848
# Installer attributes
49-
OutFile ..\BGL-0.1.11.0-win64-setup.exe
49+
OutFile ..\BGL-0.1.12.0-win64-setup.exe
5050
InstallDir $PROGRAMFILES64\BGL
5151
CRCCheck on
5252
XPStyle on
5353
BrandingText " "
5454
ShowInstDetails show
55-
VIProductVersion 0.1.11.0
55+
VIProductVersion 0.1.12.0
5656
VIAddVersionKey ProductName "BGL Core"
57-
VIAddVersionKey ProductVersion "0.1.11"
57+
VIAddVersionKey ProductVersion "0.1.12"
5858
VIAddVersionKey CompanyName "${COMPANY}"
5959
VIAddVersionKey CompanyWebsite "${URL}"
60-
VIAddVersionKey FileVersion "0.1.11"
60+
VIAddVersionKey FileVersion "0.1.12"
6161
VIAddVersionKey FileDescription ""
6262
VIAddVersionKey LegalCopyright ""
6363
InstallDirRegKey HKCU "${REGKEY}" Path
@@ -92,7 +92,7 @@ Section -post SEC0001
9292
CreateShortcut "$SMPROGRAMS\$StartMenuGroup\Uninstall $(^Name).lnk" $INSTDIR\uninstall.exe
9393
!insertmacro MUI_STARTMENU_WRITE_END
9494
WriteRegStr HKCU "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)" DisplayName "$(^Name)"
95-
WriteRegStr HKCU "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)" DisplayVersion "0.1.11"
95+
WriteRegStr HKCU "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)" DisplayVersion "0.1.12"
9696
WriteRegStr HKCU "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)" Publisher "${COMPANY}"
9797
WriteRegStr HKCU "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)" URLInfoAbout "${URL}"
9898
WriteRegStr HKCU "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)" DisplayIcon $INSTDIR\BGL-qt.exe

share/setup.nsi

+4-4
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ CRCCheck force
5757
XPStyle on
5858
BrandingText " "
5959
ShowInstDetails show
60-
VIProductVersion 0.1.11.0
60+
VIProductVersion 0.1.12.0
6161
VIAddVersionKey ProductName "Bitgesell Core"
62-
VIAddVersionKey ProductVersion "0.1.11"
62+
VIAddVersionKey ProductVersion "0.1.12"
6363
VIAddVersionKey CompanyName "${COMPANY}"
6464
VIAddVersionKey CompanyWebsite "${URL}"
65-
VIAddVersionKey FileVersion "0.1.11"
65+
VIAddVersionKey FileVersion "0.1.12"
6666
VIAddVersionKey FileDescription "Installer for Bitgesell Core"
6767
VIAddVersionKey LegalCopyright "Copyright (C) 2009-2024 The Bitgesell Core developers"
6868
InstallDirRegKey HKCU "${REGKEY}" Path
@@ -99,7 +99,7 @@ Section -post SEC0001
9999
CreateShortcut "$SMPROGRAMS\$StartMenuGroup\Uninstall $(^Name).lnk" $INSTDIR\uninstall.exe
100100
!insertmacro MUI_STARTMENU_WRITE_END
101101
WriteRegStr HKCU "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)" DisplayName "$(^Name)"
102-
WriteRegStr HKCU "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)" DisplayVersion "0.1.11"
102+
WriteRegStr HKCU "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)" DisplayVersion "0.1.12"
103103
WriteRegStr HKCU "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)" Publisher "${COMPANY}"
104104
WriteRegStr HKCU "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)" URLInfoAbout "${URL}"
105105
WriteRegStr HKCU "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)" DisplayIcon $INSTDIR\BGL-qt.exe

src/config/BGL-config.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
#define CLIENT_VERSION_IS_RELEASE false
2222

2323
/* Major version */
24-
#define CLIENT_VERSION_MAJOR 25
24+
#define CLIENT_VERSION_MAJOR 1
2525

2626
/* Minor version */
27-
#define CLIENT_VERSION_MINOR 99
27+
#define CLIENT_VERSION_MINOR 12
2828

2929
/* Copyright holder(s) before %s replacement */
3030
#define COPYRIGHT_HOLDERS "The %s developers"
@@ -356,7 +356,7 @@
356356
#define PACKAGE_NAME "Bitgesell Core"
357357

358358
/* Define to the full name and version of this package. */
359-
#define PACKAGE_STRING "Bitgesell Core 0.1.11"
359+
#define PACKAGE_STRING "Bitgesell Core 0.1.12"
360360

361361
/* Define to the one symbol short name of this package. */
362362
#define PACKAGE_TARNAME "BGL"
@@ -365,7 +365,7 @@
365365
#define PACKAGE_URL "https://bitgesell.ca/"
366366

367367
/* Define to the version of this package. */
368-
#define PACKAGE_VERSION "0.1.11"
368+
#define PACKAGE_VERSION "0.1.12"
369369

370370
/* Define to necessary symbol if this constant uses a non-standard name on
371371
your system. */

0 commit comments

Comments
 (0)