Skip to content

Commit

Permalink
Set version to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
haavee committed May 25, 2021
1 parent f72210e commit b4b6576
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ mkobjs=$(foreach O, $(patsubst %.c, %.co, $(patsubst %.cc, %.cco, $(patsubst %.S

# etransfer daemon
etd_SRC=src/etd.cc src/reentrant.cc src/etdc_fd.cc src/etdc_etdserver.cc src/etdc_debug.cc
etd_VERSION=0.1
etd_RELEASE=dev
etd_VERSION=1.0
etd_RELEASE=prod
etd_OBJS=$(call mkobjs,etd)

# targets that etd depends upon
Expand All @@ -87,8 +87,8 @@ etd_DEPS=libudt5ab pthread

# etransfer client
etc_SRC=src/etc.cc src/reentrant.cc src/etdc_fd.cc src/etdc_etdserver.cc src/etdc_debug.cc
etc_VERSION=0.1
etc_RELEASE=dev
etc_VERSION=1.0
etc_RELEASE=prod
etc_OBJS=$(call mkobjs,etc)

# targets that etd depends upon
Expand Down

0 comments on commit b4b6576

Please sign in to comment.