Skip to content

Commit f87d1f9

Browse files
committed
📦 Release 1.2 *Subfolders edition*
1 parent 8b56fbe commit f87d1f9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.circleci/deb_linux/DEBIAN/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: flipper-am
2-
Version: 1.1
2+
Version: 1.2
33
Section: development
44
Priority: optional
55
Architecture: all

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ static void HelpMarker(const char* desc)
3232
int main(int argc, char* argv[])
3333
{
3434
const int version_major = 1;
35-
const int version_minor = 1;
35+
const int version_minor = 2;
3636
// Setup SDL
3737
// (Some versions of SDL before <2.0.10 appears to have performance/stalling issues on a minority of Windows systems,
3838
// depending on whether SDL_INIT_GAMECONTROLLER is enabled or disabled.. updating to the latest version of SDL is recommended!)

0 commit comments

Comments
 (0)