Skip to content
This repository was archived by the owner on Nov 9, 2025. It is now read-only.

Commit 1bcbb90

Browse files
committed
Incremented project version to 1.0.0.
1 parent 73f2401 commit 1bcbb90

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
DOXYFILE_ENCODING = UTF-8
1212
PROJECT_NAME = wloc
13-
PROJECT_NUMBER = 0.9.2
13+
PROJECT_NUMBER = 1.0.0
1414
PROJECT_BRIEF = "Simple Wi-Fi geolocation library and tool"
1515
PROJECT_LOGO =
1616
OUTPUT_DIRECTORY = docs

packaging/windows/assets/version.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
VSVersionInfo(
88
ffi=FixedFileInfo(
9-
filevers=(0, 9, 2, 0),
10-
prodvers=(0, 9, 2, 0),
9+
filevers=(1, 0, 0, 0),
10+
prodvers=(1, 0, 0, 0),
1111
mask=0x3f,
1212
flags=0x0,
1313
OS=0x4,
@@ -24,14 +24,14 @@ VSVersionInfo(
2424
[StringStruct(u'Comments', u'Wi-Fi geolocation tool'),
2525
StringStruct(u'CompanyName', u'EasyCoding Team'),
2626
StringStruct(u'FileDescription', u'Wi-Fi geolocation tool'),
27-
StringStruct(u'FileVersion', u'0.9.2.0'),
27+
StringStruct(u'FileVersion', u'1.0.0.0'),
2828
StringStruct(u'InternalName', u'wloc.exe'),
2929
StringStruct(u'LegalCopyright', u'(c) 2015-2022 EasyCoding Team. All rights reserved.'),
3030
StringStruct(u'LegalTrademarks', u'EasyCoding, EasyCoding Software Group and EasyCoding Team are trademarks of EasyCoding Team.'),
3131
StringStruct(u'OriginalFilename', u'wloc.exe'),
3232
StringStruct(u'ProductName', u'Wi-Fi geolocation tool'),
33-
StringStruct(u'ProductVersion', u'0.9.2.0'),
34-
StringStruct(u'Assembly Version', u'0.9.2.0')])
33+
StringStruct(u'ProductVersion', u'1.0.0.0'),
34+
StringStruct(u'Assembly Version', u'1.0.0.0')])
3535
])
3636
]
3737
)

packaging/windows/build.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ rem SPDX-License-Identifier: GPL-3.0-or-later
66

77
title Building release binaries for Windows...
88

9-
set RELVER=092
9+
set RELVER=100
1010
set GPGKEY=A989AAAA
1111
set PYTHONOPTIMIZE=1
1212

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
[project]
88
name = "wloc"
9-
version = "0.9.2"
9+
version = "1.0.0"
1010
license = { text = "GPL-3.0-or-later" }
1111
readme = "README.md"
1212
dependencies = [

0 commit comments

Comments
 (0)