about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2024-06-06 15:58:16 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2024-06-06 15:58:16 -0400
commit16a7c3ab4beb3f834bc37c786440e729548495c8 (patch)
tree645f04ccb90939e0bae1b5cb27b49582378c17de /src
parent8ddab49cc13d809ca75dcd7f645661a3d3cb05c4 (diff)
downloadlingo-ap-tracker-16a7c3ab4beb3f834bc37c786440e729548495c8.tar.gz
lingo-ap-tracker-16a7c3ab4beb3f834bc37c786440e729548495c8.tar.bz2
lingo-ap-tracker-16a7c3ab4beb3f834bc37c786440e729548495c8.zip
Bump version
Diffstat (limited to 'src')
-rw-r--r--src/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/version.h b/src/version.h index 4b13d42..9dfbde0 100644 --- a/src/version.h +++ b/src/version.h
@@ -37,6 +37,6 @@ struct Version {
37 } 37 }
38}; 38};
39 39
40constexpr const Version kTrackerVersion = Version(0, 9, 2); 40constexpr const Version kTrackerVersion = Version(0, 10, 0);
41 41
42#endif /* end of include guard: VERSION_H_C757E53C */ \ No newline at end of file 42#endif /* end of include guard: VERSION_H_C757E53C */ \ No newline at end of file
/a> 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211