Skip to content
Snippets Groups Projects
Commit 7cae9bc3 authored by Teresa Nunez's avatar Teresa Nunez
Browse files

Tagging the Release_1_5 of the project.

parent edf82af4
Branches main
No related tags found
No related merge requests found
...@@ -64,6 +64,9 @@ class Keithley428 : public TANGO_BASE_CLASS ...@@ -64,6 +64,9 @@ class Keithley428 : public TANGO_BASE_CLASS
// Add your own data members // Add your own data members
public: public:
Tango::DevLong attr_Gain_write;
Tango::DevLong attr_Bypass_write;
Tango::DevLong attr_RiseTime_write;
/*----- PROTECTED REGION END -----*/ // Keithley428::Data Members /*----- PROTECTED REGION END -----*/ // Keithley428::Data Members
......
...@@ -29,7 +29,7 @@ MAKE_ENV = $(TANGO_DIR)/Libraries/cppserver/common ...@@ -29,7 +29,7 @@ MAKE_ENV = $(TANGO_DIR)/Libraries/cppserver/common
# #
PACKAGE_NAME = Keithley428 PACKAGE_NAME = Keithley428
MAJOR_VERS = 1 MAJOR_VERS = 1
MINOR_VERS = 4 MINOR_VERS = 5
RELEASE = Release_$(MAJOR_VERS)_$(MINOR_VERS) RELEASE = Release_$(MAJOR_VERS)_$(MINOR_VERS)
# #============================================================================= # #=============================================================================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment