Skip to content

Commit

Permalink
Enter post-1.0.1 development period
Browse files Browse the repository at this point in the history
  • Loading branch information
fourls committed Mar 20, 2024
1 parent 663a1d7 commit a906521
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion client/source/dlversion.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ const
CDlMajorVersion: Integer = {MAJOR}1{/MAJOR};
CDlMinorVersion: Integer = {MINOR}0{/MINOR};
CDlPatchVersion: Integer = {PATCH}1{/PATCH};
CDlIsDevVersion: Boolean = {DEV}False{/DEV};
CDlIsDevVersion: Boolean = {DEV}True{/DEV};
CDlCommit: string = {COMMIT}'unversioned'{/COMMIT};
2 changes: 1 addition & 1 deletion companion/delphilint-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"url": "https://www.integradev.com.au/"
},
"license": "LGPL-3.0-or-later",
"version": "1.0.1",
"version": "1.0.1+dev",
"preview": true,
"engines": {
"vscode": "^1.54.0"
Expand Down
2 changes: 1 addition & 1 deletion server/delphilint-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>au.com.integradev.delphilint</groupId>
<artifactId>delphilint-parent</artifactId>
<version>1.0.1</version>
<version>1.0.1+dev.${revision}</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>au.com.integradev.delphilint</groupId>
<artifactId>delphilint-parent</artifactId>
<version>1.0.1</version>
<version>1.0.1+dev.${revision}</version>
<packaging>pom</packaging>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion server/sonarlint-core-overrides/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>au.com.integradev.delphilint</groupId>
<artifactId>delphilint-parent</artifactId>
<version>1.0.1</version>
<version>1.0.1+dev.${revision}</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.1
1.0.1+dev.#

0 comments on commit a906521

Please sign in to comment.