Skip to content

Commit

Permalink
increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
ics committed Oct 16, 2024
1 parent eca2dd7 commit 97ff625
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion GalilSup/src/GalilController.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,8 @@
// Alter GalilStartController to check for program lines greater than 80 characters
// 07/09/2024 M.Rivers
// Merge in support for 3040 and 3140 amplifiers
// 16/10/2024 M.Clift
// Fix change text entry widgets to string type in galil_csmotor_kinematics.adl
//

#include <stdio.h>
Expand Down Expand Up @@ -457,7 +459,7 @@ using namespace std; //cout ostringstream vector string
#include <epicsExport.h>

static const char *driverName = "GalilController";
static const char *driverVersion = "3-6-89";
static const char *driverVersion = "3-6-90";

static void GalilProfileThreadC(void *pPvt);
static void GalilArrayUploadThreadC(void *pPvt);
Expand Down

0 comments on commit 97ff625

Please sign in to comment.