Skip to content

Commit 5bce412

Browse files
author
Raven
committed
Bugfixes, created a label to keep track of versions
1 parent 18e7f65 commit 5bce412

15 files changed

Lines changed: 4 additions & 2 deletions

src/.vs/Serial/FileContentIndex/41d93ee1-f28f-4081-ab07-5059904d6b63.vsidx renamed to src/.vs/Serial/FileContentIndex/1b6c22f3-b92b-4304-b1c5-4c991be91ebf.vsidx

8.97 KB
Binary file not shown.

src/.vs/Serial/FileContentIndex/2bfa6d4e-9d2f-4cba-94fb-096a6bccbfaf.vsidx renamed to src/.vs/Serial/FileContentIndex/21448f06-d4c2-40bd-9c63-7d4783b6f771.vsidx

24.1 KB
Binary file not shown.

src/.vs/Serial/FileContentIndex/4af2b6d0-af5d-43b5-ad9b-d8f0f9b13ace.vsidx renamed to src/.vs/Serial/FileContentIndex/2b42cd1c-6507-4d0d-9833-5a6ab0f7a57e.vsidx

File renamed without changes.
Binary file not shown.
Binary file not shown.

src/.vs/Serial/v17/.suo

3 KB
Binary file not shown.

src/.vs/Serial/v17/Browse.VC.db

0 Bytes
Binary file not shown.
-3 MB
Binary file not shown.

src/MyForm.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,9 +375,9 @@ namespace Serial {
375375
this->version->AutoSize = true;
376376
this->version->Location = System::Drawing::Point(14, 19);
377377
this->version->Name = L"version";
378-
this->version->Size = System::Drawing::Size(37, 13);
378+
this->version->Size = System::Drawing::Size(41, 13);
379379
this->version->TabIndex = 1;
380-
this->version->Text = L"v1.0.1";
380+
this->version->Text = L"version";
381381
//
382382
// btnX
383383
//
@@ -453,6 +453,8 @@ namespace Serial {
453453
}
454454
#pragma endregion
455455
private: System::Void MyForm_Load(System::Object ^ sender, System::EventArgs ^ e) {
456+
version->Text = "v1.0.2";
457+
456458
array<Object^>^ comport = SerialPort::GetPortNames();
457459
cbPort->Items->AddRange(comport);
458460
cbPort->SelectedIndex = 0;
Binary file not shown.

0 commit comments

Comments
 (0)