Browse Source

Makefile: Use current git branch

pull/9518/head
Aleksander Machniak 2 years ago
parent
commit
e6571a64c6
  1. 2
      Makefile

2
Makefile

@ -3,7 +3,7 @@
#
GITREMOTE=https://github.com/roundcube/roundcubemail.git
GITBRANCH=master
GITBRANCH=release-1.6
GPGKEY=devs@roundcube.net
VERSION=1.6-git
SEDI=sed -i

Loading…
Cancel
Save