diff --git a/QIDISlicer.version b/QIDISlicer.version new file mode 100644 index 0000000..b56b927 --- /dev/null +++ b/QIDISlicer.version @@ -0,0 +1,21 @@ +1.0.1 +alpha=1.0.1-alpha1 +beta=1.0.1-beta1 + +[common] +release = 1.0.1 +alpha = 1.0.1-alpha1 +beta = 1.0.1-beta1 +rc = 1.0.1-rc2 + +[release:win64] +url = https://cdn.prusa3d.com/downloads/drivers/PrusaSlicer_Win_standalone_2.5.2.exe +size = 85814296 + +[release:linux] +url = https://github.com/prusa3d/PrusaSlicer/releases/download/version_2.5.2/PrusaSlicer-2.5.2+linux-x64-GTK3-202303231201.AppImage +size = 69915840 + +[release:osx] +url = https://github.com/prusa3d/PrusaSlicer/releases/download/version_2.5.2/PrusaSlicer-2.5.2+MacOS-universal-202303231232.dmg +size = 90237989 \ No newline at end of file diff --git a/version.inc b/version.inc new file mode 100644 index 0000000..f82364f --- /dev/null +++ b/version.inc @@ -0,0 +1,21 @@ +1.0.1 +alpha=1.0.1-alpha1 +beta=1.0.1-beta1 + +[common] +release = 1.0.1 +alpha = 1.0.1-alpha1 +beta = 1.0.1-beta1 +rc = 1.0.1-rc2 + +[release:win64] +url = https://cdn.prusa3d.com/downloads/drivers/PrusaSlicer_Win_standalone_2.5.2.exe +size = 85814296 + +[release:linux] +url = https://github.com/prusa3d/PrusaSlicer/releases/download/version_2.5.2/PrusaSlicer-2.5.2+linux-x64-GTK3-202303231201.AppImage +size = 69915840 + +[release:osx] +url = https://github.com/prusa3d/PrusaSlicer/releases/download/version_2.5.2/PrusaSlicer-2.5.2+MacOS-universal-202303231232.dmg +size = 90237989 \ No newline at end of file