annotate Version @ 2360:98d0873d9c05

Rewrite the render code to use the new dw_render_redraw() to trigger expose events instead of calling the expose function directly. This is cleaner and allows GTK4 and GTK3 with Wayland to draw in a single pass.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 12 Mar 2021 15:00:03 +0000
parents 95ad22a4da2d
children 023045e14837
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1359
c98542f7ccdf Convert line endings in the Version file to Unix style to prevent issues with BSD make.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 1350
diff changeset
1 # Set these here to change the version for all platforms
1897
951356ced7d5 Changes preparing for 3.0 release.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 1844
diff changeset
2 DW_MAJOR_VERSION=3
2239
95ad22a4da2d Bump version to 3.2 now that we are post 3.1 release.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 2077
diff changeset
3 DW_MINOR_VERSION=2