Skip to content

Commit 5ee2212

Browse files
authored
Merge pull request #37 from lscheffler/master
Merge solution to Problem with Filter form
2 parents 256bef6 + e5c8813 commit 5ee2212

41 files changed

Lines changed: 21 additions & 10 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Source/BuildGoFish.PRG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Cd (lcSourceLoc)
1717

1818
*== Most of these local variables will make their way into BuildGoFish.h
1919
lcVersion = '5.1'
20-
lcBuild = '006' && <---- Set your desired version level of the tool here
20+
lcBuild = '007' && <---- Set your desired version level of the tool here
2121
&& This will be used on the GoFish form and will live on the
2222
&& the _GoFish object that gets attached to _Screen at run time.
2323

Source/BuildGoFish.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#DEFINE GOFISH_APP_NAME 'GoFish5'
22
#DEFINE GOFISH_APP_FILE 'GoFish5.app'
3-
#DEFINE GOFISH_VERSION '5.1.006'
4-
#DEFINE GOFISH_BUILDDATE '11. November 2022, '
5-
#DEFINE GOFISH_DBUILDDATE Date(2022,11, 11)
3+
#DEFINE GOFISH_VERSION '5.1.007'
4+
#DEFINE GOFISH_BUILDDATE '22. November 2022, '
5+
#DEFINE GOFISH_DBUILDDATE Date(2022,11, 22)
66
#DEFINE GOFISH_DOWNLOAD_URL 'https://raw.githubusercontent.com/VFPX/GoFish/master/Source/Source.zip'
7-
#DEFINE GOFISH_VERSION_STRING_FOR_VERSION_FILE 'GoFish5 - 5.1.006 - 11. November 2022, - 20221111'
7+
#DEFINE GOFISH_VERSION_STRING_FOR_VERSION_FILE 'GoFish5 - 5.1.007 - 22. November 2022, - 20221122'
88
#DEFINE THOR_TOOL_NAME 'Thor_Tool_GoFish5'
99
#DEFINE VERSON_FILE_URL 'https://github.com/VFPX/GoFish/_GoFishVersionFile.txt'
1010
#DEFINE VERSION_LOCAL_FILE 'GoFishVersionFile.txt'
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

Source/Forms/gofish_about.SCT

0 Bytes
Binary file not shown.

Source/Forms/gofish_about.scx

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

Source/Forms/gofish_advanced.SCT

0 Bytes
Binary file not shown.

Source/Forms/gofish_advanced.scx

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)