We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b56fbe commit f87d1f9Copy full SHA for f87d1f9
2 files changed
.circleci/deb_linux/DEBIAN/control
@@ -1,5 +1,5 @@
1
Package: flipper-am
2
-Version: 1.1
+Version: 1.2
3
Section: development
4
Priority: optional
5
Architecture: all
src/main.cpp
@@ -32,7 +32,7 @@ static void HelpMarker(const char* desc)
32
int main(int argc, char* argv[])
33
{
34
const int version_major = 1;
35
- const int version_minor = 1;
+ const int version_minor = 2;
36
// Setup SDL
37
// (Some versions of SDL before <2.0.10 appears to have performance/stalling issues on a minority of Windows systems,
38
// depending on whether SDL_INIT_GAMECONTROLLER is enabled or disabled.. updating to the latest version of SDL is recommended!)
0 commit comments