Skip to content

Commit 2d18992

Browse files
committed
CollectionInterface: ready for v1.3.0
1 parent ee72318 commit 2d18992

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/Dialogs/Version.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
along with this program. If not, see <https://www.gnu.org/licenses/>.
1818
*/
1919

20-
#define VERSION_NUM 1,2,0,5
21-
#define VERSION_LINEAR 120
20+
#define VERSION_NUM 1,3,0,0
21+
#define VERSION_LINEAR 130
2222
#define VERSION_LINEAR_TEXT TEXT(VERSION_LINEAR)
23-
#define VERSION_STRING "1.2.0"
23+
#define VERSION_STRING "1.3.0"
2424
// // VERSION_TEXT This must match the tag pushed on the server minus the "v"
2525
#define VERSION_TEXT TEXT(VERSION_STRING)
2626
// // VERSION_STAGE // "-alpha", "-beta", "-dev", ""
27-
#define VERSION_STAGE "-dev5"
27+
#define VERSION_STAGE ""
2828
#define VERSION_STAGE_WS TEXT(VERSION_STAGE)
2929
#define VERSION_NAME "CollectionInterface"
3030
#define VERSION_NAME_WS TEXT(VERSION_NAME)

0 commit comments

Comments
 (0)