Skip to content

Commit

Permalink
Changed version number to 2.05.1 (Duet 2), 1.26.1 (legacy Duets)
Browse files Browse the repository at this point in the history
  • Loading branch information
dc42 committed Feb 9, 2020
1 parent defc4bb commit fc74a2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@

#ifndef VERSION
#ifdef RTOS
# define MAIN_VERSION "2.05+1"
# define MAIN_VERSION "2.05.1"
#else
# define MAIN_VERSION "1.26"
# define MAIN_VERSION "1.26.1"
#endif

# define VERSION MAIN_VERSION
#endif

#ifndef DATE
# define DATE "2020-01-19b1"
# define DATE "2020-02-09b1"
#endif

#define AUTHORS "reprappro, dc42, chrishamm, t3p3, dnewman, printm3d"
Expand Down

0 comments on commit fc74a2e

Please sign in to comment.