We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee72318 commit 2d18992Copy full SHA for 2d18992
1 file changed
src/Dialogs/Version.h
@@ -17,14 +17,14 @@
17
along with this program. If not, see <https://www.gnu.org/licenses/>.
18
*/
19
20
-#define VERSION_NUM 1,2,0,5
21
-#define VERSION_LINEAR 120
+#define VERSION_NUM 1,3,0,0
+#define VERSION_LINEAR 130
22
#define VERSION_LINEAR_TEXT TEXT(VERSION_LINEAR)
23
-#define VERSION_STRING "1.2.0"
+#define VERSION_STRING "1.3.0"
24
// // VERSION_TEXT This must match the tag pushed on the server minus the "v"
25
#define VERSION_TEXT TEXT(VERSION_STRING)
26
// // VERSION_STAGE // "-alpha", "-beta", "-dev", ""
27
-#define VERSION_STAGE "-dev5"
+#define VERSION_STAGE ""
28
#define VERSION_STAGE_WS TEXT(VERSION_STAGE)
29
#define VERSION_NAME "CollectionInterface"
30
#define VERSION_NAME_WS TEXT(VERSION_NAME)
0 commit comments