Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Changed version number to 3.2
- Loading branch information
Showing
with
4 additions
and
4 deletions.
-
+1
−1
Makefile.am
-
+1
−1
README.markdown
-
+1
−1
configure.ac
-
+1
−1
scripts/bumblebee-bugreport.in
|
|
@@ -1,7 +1,7 @@ |
|
|
# -*- Makefile -*- |
|
|
|
|
|
GITVERSION = $(shell "$(top_srcdir)/version.sh" "$(top_srcdir)") |
|
|
relnotes = doc/RELEASE_NOTES_3_1 |
|
|
relnotes = doc/RELEASE_NOTES_3_2 |
|
|
|
|
|
bumblebeedconfdir=$(sysconfdir)/bumblebee |
|
|
|
|
|
|
@@ -34,7 +34,7 @@ card, you will also need: |
|
|
|
|
|
- At least one back-end for `optirun`: |
|
|
- [virtualgl](http://virtualgl.org/) |
|
|
- [primus](https://github.com/amonakov/primus) (experimental) |
|
|
- [primus](https://github.com/amonakov/primus) (beta) |
|
|
- Driver for nvidia graphics card: [nouveau](http://nouveau.freedesktop.org/) |
|
|
or the proprietary nvidia driver. Don't install it directly from nvidia.com |
|
|
as it will break 3D capabilities on the Intel graphics card and therefore |
|
|
|
@@ -2,7 +2,7 @@ |
|
|
# Process this file with autoconf to produce a configure script. |
|
|
|
|
|
AC_PREREQ([2.68]) |
|
|
AC_INIT([bumblebee], [3.1]) |
|
|
AC_INIT([bumblebee], [3.2]) |
|
|
AC_CONFIG_AUX_DIR([build-aux]) |
|
|
AC_CONFIG_SRCDIR([src/bbsocket.c]) |
|
|
#AC_CONFIG_HEADERS([config.h]) |
|
|
|
|
@@ -1,5 +1,5 @@ |
|
|
#!/bin/bash |
|
|
# Copyright (C) 2011 Bumblebee Project |
|
|
# Copyright (C) 2011-2013 Bumblebee Project |
|
|
# |
|
|
# This file is part of Bumblebee. |
|
|
# |
|
|