Skip to content

Commit 116e901

Browse files
committed
Post Release Updates
1 parent 46ed6de commit 116e901

5 files changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# wtPLSQL
22
Whitebox Testing Framework for Oracle's PL/SQL Language
33

4+
[Latest Release](https://github.com/DDieterich/wtPLSQL/releases)
5+
46
### Files and Directories
57

68
File Name | Description
@@ -13,7 +15,7 @@ README.md | Top level Markdown file for wtPLSQL project on GitHub
1315

1416
The main website is at [DDieterich.GitHub.io](https://ddieterich.github.io/wtPLSQL/).
1517

16-
See the "Ready" column in [Projects](https://github.com/DDieterich/wtPLSQL/projects) for cards/issues that are ready to work.
18+
See the "To Do" column in one of the [Projects](https://github.com/DDieterich/wtPLSQL/projects) for cards/issues that are ready to work.
1719

1820
---
1921

91.5 KB
Binary file not shown.

src/core/README.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
FILE DESCRIPTION
66
--------------------- -----------------------
7+
downgrades Folder of downgrade scripts for this release
8+
upgrades Folder of upgrade scripts for this release
79
common_setup.sql Common setup script. Contains values for install/uninstall.
810
install.sql Install script. Run as SYS or SYSTEM.
911
installO.LST Example of a successfull install.

src/core/RELEASE_NOTES.txt

Whitespace-only changes.

src/core/wt_version.tab

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ comment on column wt_version.install_dtm is 'Date/Time the version that was inst
1414
comment on column wt_version.text is 'Name of the version that was installed/upgraded';
1515

1616
insert into wt_version (install_dtm, action, text)
17-
values (sysdate, 'INSTALL', '1.0');
17+
values (sysdate, 'INSTALL', '1.1.0');
1818

1919
commit;
2020

0 commit comments

Comments
 (0)