Skip to content

Commit 7e972b7

Browse files
idodeclareVladimir Kotal
authored andcommitted
Bump versions of SQLAnalyzer and PLSQLAnalyzer
1 parent 27f5249 commit 7e972b7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

opengrok-indexer/src/main/java/org/opengrok/indexer/analysis/sql/PLSQLAnalyzer.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ public String getCtagsLang() {
5050
* Gets a version number to be used to tag processed documents so that
5151
* re-analysis can be re-done later if a stored version number is different
5252
* from the current implementation.
53-
* @return 20180208_00
53+
* @return 20191216_00
5454
*/
5555
@Override
5656
protected int getSpecializedVersionNo() {
57-
return 20180208_00; // Edit comment above too!
57+
return 20191216_00; // Edit comment above too!
5858
}
5959

6060
/**

opengrok-indexer/src/main/java/org/opengrok/indexer/analysis/sql/SQLAnalyzer.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ public String getCtagsLang() {
5050
* Gets a version number to be used to tag processed documents so that
5151
* re-analysis can be re-done later if a stored version number is different
5252
* from the current implementation.
53-
* @return 20180208_00
53+
* @return 20191216_00
5454
*/
5555
@Override
5656
protected int getSpecializedVersionNo() {
57-
return 20180208_00; // Edit comment above too!
57+
return 20191216_00; // Edit comment above too!
5858
}
5959

6060
/**

0 commit comments

Comments
 (0)