about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorJason A. Donenfeld2020-03-13 17:49:52 -0600
committerJason A. Donenfeld2020-03-13 17:49:52 -0600
commit55fa25adb097d2681607d8b0f51a0c393cc9af1a (patch)
treefc28a97fede3b74ae2cb2e778ffd4c0ae59c637b /Makefile
parentglobal: use proper accessors for maybe_tree (diff)
downloadcgit-55fa25adb097d2681607d8b0f51a0c393cc9af1a.tar.gz
cgit-55fa25adb097d2681607d8b0f51a0c393cc9af1a.zip
Bump version
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 23f79cf..49109ad 100644 --- a/Makefile +++ b/Makefile
@@ -1,6 +1,6 @@
1all:: 1all::
2 2
3CGIT_VERSION = v1.2.2 3CGIT_VERSION = v1.2.3
4CGIT_SCRIPT_NAME = cgit.cgi 4CGIT_SCRIPT_NAME = cgit.cgi
5CGIT_SCRIPT_PATH = /var/www/htdocs/cgit 5CGIT_SCRIPT_PATH = /var/www/htdocs/cgit
6CGIT_DATA_PATH = $(CGIT_SCRIPT_PATH) 6CGIT_DATA_PATH = $(CGIT_SCRIPT_PATH)